Created
April 6, 2015 09:33
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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