zshrc: update to use 256 colors
authorStefan Huber <shuber@sthu.org>
Thu, 6 Dec 2012 07:59:33 +0000 (08:59 +0100)
committerStefan Huber <shuber@sthu.org>
Thu, 6 Dec 2012 07:59:33 +0000 (08:59 +0100)
dotfiles/shell/zshrc

index 877798900e514ab6f400869bdd218fe2256f4f3c..92d5b02b9a9aa7ae32135fa9c64eeeaaf460920c 100644 (file)
@@ -25,6 +25,8 @@ eval `dircolors`
 LS_COLORS="${LS_COLORS}*.divx=01;35:"
 zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
 
+TERM=xterm-256color
+
 zstyle ':completion:*' menu select
 zmodload -i zsh/complist