Skip to content

Instantly share code, notes, and snippets.

@louy2
Created April 27, 2016 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save louy2/cf4d76ce87d6547962fed035b00e754d to your computer and use it in GitHub Desktop.
Save louy2/cf4d76ce87d6547962fed035b00e754d to your computer and use it in GitHub Desktop.
Set MSYS2 home folder to Win user dir
# /etc/profile.d/set_win_home.sh
# Set HOME to Windows user dir
# Source: https://superuser.com/questions/809974/msys2-home-folder-show
HOME=/c/Users/$USER
cd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment