summaryrefslogtreecommitdiff
path: root/.zsh
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2012-10-14 14:03:58 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2012-10-14 14:03:59 +0200
commit6ae6548e6c9c72353b0ba3b6de62b24755b4d84b (patch)
tree4932561251c46295f7ccbd087d1aa43d71556fdb /.zsh
parentf310276aae9dad1a1bf439a8319e390bf90c087b (diff)
downloaddotfiles-6ae6548e6c9c72353b0ba3b6de62b24755b4d84b.tar.gz
dotfiles-6ae6548e6c9c72353b0ba3b6de62b24755b4d84b.tar.bz2
dotfiles-6ae6548e6c9c72353b0ba3b6de62b24755b4d84b.zip
Minor fixes
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