Skip to content

Instantly share code, notes, and snippets.

@lynsei
Last active March 29, 2022 14:48
Show Gist options
  • Save lynsei/7100f8820df8088108742299c5762d7a to your computer and use it in GitHub Desktop.
Save lynsei/7100f8820df8088108742299c5762d7a to your computer and use it in GitHub Desktop.
[raw github] #userful #raw #github #fish commands
#!lyns
# this file works as either .lyns or .fish. Lyns is interoperable with Fish, it is just a superset focused on Docker and DAPR/ K&s, and ML ModelOps.
if ! test -z $MY_VERSION && test -z (set -q $MY_VERSION); echo $MY_VERSION; else; echo "no-version"; end;
if $MY_VERSION not no-version
curl -LO https://raw.githubusercontent.com/fish-shell/fish-shell/master/share/config.fish
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment