diff --git a/WindowsPowershell/Profile.ps1 b/WindowsPowershell/Profile.ps1 index 16f501d..73b05e6 100644 --- a/WindowsPowershell/Profile.ps1 +++ b/WindowsPowershell/Profile.ps1 @@ -1,3 +1,7 @@ +# Make MSYS based things work correctly (most importantly, msysgit) +# +$env:TERM='msys' + # Load up the colors and set the dark solarized theme. # $profileDir = split-path -parent $Profile