summaryrefslogtreecommitdiff
path: root/.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/zshrc4
1 files changed, 1 insertions, 3 deletions
diff --git a/.zsh/zshrc b/.zsh/zshrc
index 9246583..14627d4 100644
--- a/.zsh/zshrc
+++ b/.zsh/zshrc
@@ -192,14 +192,12 @@ xterm*|*rxvt*)
_pre_zshrc "\033]0;" "\007"
}
# force xterm 256
- [[ $TERM == "xterm*" ]] && TERM=xterm-256color
+ [[ $TERM == xterm* ]] && TERM=xterm-256color
;;
screen*)
precmd()
{
_pre_zshrc "\033_" "\033\\"
- promptnl
- vcs_info
}
;;
esac