This is an old revision of the document!
Fish
fish_update_completions set -U fish_greeting
install fisher plugin manager
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
Set a persistent alias To quickly make a persistent alias, one can simply use the method showed in this example:
- download
alias lsl "ls -l" funcsave lsl