Skip to content

Instantly share code, notes, and snippets.

@ctataryn
Created August 20, 2014 18:22
Show Gist options
  • Save ctataryn/7251d3aeb48ae172ef3c to your computer and use it in GitHub Desktop.
Save ctataryn/7251d3aeb48ae172ef3c to your computer and use it in GitHub Desktop.
# 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