Skip to content

Instantly share code, notes, and snippets.

@InvisibleRasta
Created April 11, 2020 14:06
Show Gist options
  • Select an option

  • Save InvisibleRasta/faf3a9788a4a63e21c0055123bf3efa8 to your computer and use it in GitHub Desktop.

Select an option

Save InvisibleRasta/faf3a9788a4a63e21c0055123bf3efa8 to your computer and use it in GitHub Desktop.

Revisions

  1. InvisibleRasta created this gist Apr 11, 2020.
    7 changes: 7 additions & 0 deletions mkalias.fish
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    #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