dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 74f3840f8e89d015ae061180d46a71d87aba8ec1
parent 7de869fd47b20f73404d78aedfd8d364112acbef
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 29 Jun 2016 00:14:00 -0700

Remove TERM override for iTerm.

iTerm should be configured to set the appropriate terminal itself.

Diffstat:
M.zshrc | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/.zshrc b/.zshrc @@ -65,7 +65,6 @@ if [[ -e /proc/$PPID/cmdline ]]; then fi if [[ "$COLORTERM" = "gnome-terminal" ]] || \ - [[ "$TERM_PROGRAM" = "iTerm.app" ]] || \ [[ "$term_bin" == gnome-terminal* ]] || \ [[ "$term_bin" == urxvt* ]]; then export TERM=xterm-256color