Skip to content

Commit

Permalink
everywhere seems to have xterm-256color now
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonatwork committed Nov 5, 2022
1 parent dd2b1f1 commit 697ede0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .profile
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,7 @@ then
export ENV
fi

case "`uname 2> /dev/null`" in
MINGW*|Darwin)
TERM=xterm-256color
;;
*)
TERM=xterm
;;
esac
TERM=xterm-256color
export TERM

case "`hostname 2> /dev/null`" in
Expand Down

0 comments on commit 697ede0

Please sign in to comment.