Why is “MINGW64” appearing on my Git bash?

Easiest way to remove ‘MINGW64’ is to comment two lines in file:

\Git\etc\profile.d\git-prompt.sh
...
# PS1="$PS1"'\[\033[35m\]'       # change to purple
# PS1="$PS1"'$MSYSTEM '          # show MSYSTEM

Leave a Comment