summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2012-04-20 14:16:08 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2012-04-20 14:16:08 +0000
commit2922c4914291d1c204d803669f53c6c69c84914c (patch)
tree1af4e2e709cc51e7d0c54b28d313280dea99395d /zshrc
parent2d1581c8169b9ce2d7351886ff6ceca6035ced6e (diff)
ls colors for ps, pdf, and eps
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@518 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'zshrc')
-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'