Skip to content

Instantly share code, notes, and snippets.

@InvisibleRasta
Created April 11, 2020 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save InvisibleRasta/faf3a9788a4a63e21c0055123bf3efa8 to your computer and use it in GitHub Desktop.
Save InvisibleRasta/faf3a9788a4a63e21c0055123bf3efa8 to your computer and use it in GitHub Desktop.
thif function will create aliases for the fish shell
#make a function in ~/.config/fish/functions called mkalias.fish and put this in
function mkalias --argument key value
echo alias $key=$value
alias $key=$value
funcsave $key
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment