summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index d52c186..1c5106d 100644
--- a/zshrc
+++ b/zshrc
@@ -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'