From 8c7c596d5a66ef742f624ff428778a8100be6507 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 21 Mar 2009 10:17:50 +0100 Subject: Use $ZDIR where appropiate --- etc/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc') diff --git a/etc/rc b/etc/rc index 8b62217..2cdf069 100644 --- a/etc/rc +++ b/etc/rc @@ -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 -- cgit v1.2.3