commit ae8efaf4bdb954a06c84b582dc613d062096890c parent 0aea9820fb03adfb5c4677d5d46b79fa1dce40d1 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Fri, 1 Feb 2013 00:32:48 +0100 disable ls coloration which requires a stat call Diffstat:
zsh/zshrc | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/zsh/zshrc b/zsh/zshrc @@ -222,3 +222,5 @@ unset fasd_cache # if [ -f ~/.lastdir ]; then # cd "`cat ~/.lastdir`" # fi +eval $(dircolors -p | perl -pe 's/^((CAP|S[ET]|O[TR]|M|E)\w+).*/$1 00/' | dircolors -) +