Skip to content

Instantly share code, notes, and snippets.

@wh13371
Created April 6, 2015 09:33
Show Gist options
  • Save wh13371/5b2fd967d9e199eab13c to your computer and use it in GitHub Desktop.
Save wh13371/5b2fd967d9e199eab13c to your computer and use it in GitHub Desktop.
use "$home\Copy\bin" as me "bin" folder - via ".bash_profile" that way it's backed up
# User specific environment and startup programs
# original
#PATH=$PATH:$HOME/bin
# via Copy - so its backed up
PATH=$PATH:$HOME/Copy/bin
export PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment