Skip to content

Instantly share code, notes, and snippets.

@katabame
Created July 1, 2018 15:53
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 katabame/56ad5a40a69f37d2eb2bea7ffae10669 to your computer and use it in GitHub Desktop.
Save katabame/56ad5a40a69f37d2eb2bea7ffae10669 to your computer and use it in GitHub Desktop.
function fish_greeting
screenfetch
end
function cd
builtin cd $argv
ls -a
end
alias rm='rm -i'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment