asagidaki path’teki etc dizinindeki profile
dosyasi acilir.
C:\MinGW\msys\1.0\etc
asagidaki kisim editlenecek olan kisim:
# Set up USER's home directory
if [ -z "$HOME" ]; then
HOME="/home/$LOGNAME"
fi
asagidaki sekilde editlenecek:
# Set up USER's home directory
if [ -z "$HOME" ]; then
HOME="C:\"
fi