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/profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/profile') diff --git a/etc/profile b/etc/profile index e74bb8c..5461ebc 100644 --- a/etc/profile +++ b/etc/profile @@ -1,6 +1,6 @@ ## vim:ft=zsh setopt extended_glob -source $HOME/packages/zsh/etc/colors +source $ZDIR/colors function pr_info { print -P "${info}>>${reset} $*" @@ -15,6 +15,6 @@ pr_info "This is ${info}$(uname -srm)${reset} on ${info}%y${reset}" echo [[ -n $(echo Maildir/new/*(N)) ]] && pr_info "You have mail!" -[[ -r $HOME/packages/zsh/etc/local-profile ]] && source $HOME/packages/zsh/etc/local-profile +[[ -r $ZDIR/local-profile ]] && source $ZDIR/local-profile unfunction pr_info -- cgit v1.2.3