Skip to content

Commit

Permalink
better terminal for git's bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonatwork committed Nov 2, 2015
1 parent 276bf4d commit 6384558
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .profile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ case "`uname 2> /dev/null`" in
windows32)
TERM=cygwin
;;
MINGW*)
TERM=xterm-256color
;;
*)
TERM=xterm
;;
Expand Down

0 comments on commit 6384558

Please sign in to comment.