Created
August 20, 2014 18:22
-
-
Save ctataryn/7251d3aeb48ae172ef3c to your computer and use it in GitHub Desktop.
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
# Set up USER's home directory | |
# Don't want our H:\ as our bash home, that's on a network which is slow | |
#if [ -z "$HOME" -o ! -d "$HOME" ]; then | |
# HOME="$HOMEDRIVE$HOMEPATH" | |
# if [ -z "$HOME" -o ! -d "$HOME" ]; then | |
HOME="$USERPROFILE" | |
# fi | |
#fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment