diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-21 10:17:50 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-21 10:17:50 +0100 |
commit | 8c7c596d5a66ef742f624ff428778a8100be6507 (patch) | |
tree | 712e815324b3b7198cc47452f099123dd041b621 /etc/rc | |
parent | 03757a1f14d94fba094ecc63ed9fb9c56f6b5039 (diff) |
Use $ZDIR where appropiate
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ xsource $ZDIR/hosts/$HOST # local configuration in git source $ZDIR/completion # misc -check_com -c dircolors && eval $(dircolors -b $HOME/packages/zsh/etc/dircolors) +check_com -c dircolors && eval $(dircolors -b $ZDIR/dircolors) mesg n umask 077 chpwd |