diff options
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -194,7 +194,7 @@ bindkey "^[#" insert-comment if [ "$SYSTEM" = "Linux" ] ; then eval `dircolors` - LS_COLORS="$LS_COLORS""*.divx=01;35:" + LS_COLORS="$LS_COLORS""*.divx=01;35:*.pdf=01;35:*.ps=01;35:*.eps=01;35" alias ls='ls --color=auto -F' alias grep='grep --color' |