Skip to content

Instantly share code, notes, and snippets.

@JamieHouston
Last active January 29, 2018 22:30
Show Gist options
  • Save JamieHouston/770d79d07c24c8c2307b9037e1104305 to your computer and use it in GitHub Desktop.
Save JamieHouston/770d79d07c24c8c2307b9037e1104305 to your computer and use it in GitHub Desktop.
fish useful snippets
# Add to (fish) path
set -U fish_user_paths /usr/local/bin $fish_user_paths
set PATH (string match -v /usr/local/bin $PATH)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment