Skip to content

Instantly share code, notes, and snippets.

@Moligaloo
Created August 2, 2012 05:59
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 Moligaloo/3234222 to your computer and use it in GitHub Desktop.
Save Moligaloo/3234222 to your computer and use it in GitHub Desktop.
Append new path to environment PATH in Fish interactive shell
# put the following code to ~/.config/fish/config.fish
set --export PATH $PATH "The path you want to append"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment