X-Git-Url: http://git.madism.org/?p=~madcoder%2Fdotfiles.git;a=blobdiff_plain;f=config%2Fzsh%2F10_zshopts;fp=config%2Fzsh%2F10_zshopts;h=1314ea5da51da00037ca86df27ee56e9a2309280;hp=a367d092a89672b7db41ce84c258e028d839553e;hb=901f0486e49163e44626809ac42a18c6a1dd52bf;hpb=5d1af5e2d843cdca9551fcdd769ebad8075d6750 diff --git a/config/zsh/10_zshopts b/config/zsh/10_zshopts index a367d09..1314ea5 100644 --- a/config/zsh/10_zshopts +++ b/config/zsh/10_zshopts @@ -1,6 +1,6 @@ #! /bin/zsh -if test -x =dircolors; then +if which dircolors &> /dev/null; then eval "`dircolors`" export LS_COLORS="*.ogm=01;35:${LS_COLORS}" export ZLS_COLORS=$LS_COLORS