Skip to content

Instantly share code, notes, and snippets.

@oblique63
Created November 3, 2010 13:21
Show Gist options
  • Save oblique63/661063 to your computer and use it in GitHub Desktop.
Save oblique63/661063 to your computer and use it in GitHub Desktop.
Adds new paths to the PATH environment variable
echo "PATH=\"$1:\$PATH\" && export PATH" >> ~/.profile
source ~/.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment