Skip to content

Instantly share code, notes, and snippets.

@Parables
Created June 11, 2021 00:43
Show Gist options
  • Save Parables/0a87f7d4208e8293bdfa25d37a423e41 to your computer and use it in GitHub Desktop.
Save Parables/0a87f7d4208e8293bdfa25d37a423e41 to your computer and use it in GitHub Desktop.
#Option 1
set -U fish_user_paths /usr/local/bin $fish_user_paths
#option 2
set PATH $PATH /usr/local/bin
export PATH
function ll
ls -lh $argv
end
# reload the session
source ~/.config/fish/config.fish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment