From daf1e83f61fe5641f9eaaa655252ba2584b0b0e6 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Thu, 6 Dec 2012 08:59:33 +0100 Subject: [PATCH] zshrc: update to use 256 colors --- dotfiles/shell/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/shell/zshrc b/dotfiles/shell/zshrc index 8777989..92d5b02 100644 --- a/dotfiles/shell/zshrc +++ b/dotfiles/shell/zshrc @@ -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 -- 2.30.2