Created
August 10, 2014 13:31
-
-
Save HereChen/0291738ad3d2846624c3 to your computer and use it in GitHub Desktop.
[Git] Change Git Home Path
This file contains 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
# modify etc/profile | |
# normalize HOME to unix path | |
HOME="/e/GitRep" | |
HOME="$(cd "$HOME" ; pwd)" | |
cd | |
export PATH="$HOME/bin:$PATH" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment