From 78282dcbabc54eedf04ef6c50a98b1d684b3e8db Mon Sep 17 00:00:00 2001 From: John Doty Date: Mon, 9 Apr 2012 14:05:37 -0700 Subject: [PATCH] Fix 'non-functional terminal' problem with msysgit --- WindowsPowershell/Profile.ps1 | 4 ++++ 1 file changed, 4 insertions(+) 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