Last active
March 29, 2022 14:48
-
-
Save lynsei/7100f8820df8088108742299c5762d7a to your computer and use it in GitHub Desktop.
[raw github] #userful #raw #github #fish commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!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