From f95248b2163b11c77ee6b308b20b58eaa05ac978 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 17 Oct 2008 17:59:49 +0200 Subject: etc/profile: Added local-profile support --- etc/profile | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/profile') diff --git a/etc/profile b/etc/profile index aa9c7d2..0a547d5 100644 --- a/etc/profile +++ b/etc/profile @@ -1,3 +1,4 @@ source $HOME/packages/zsh/etc/colors print -P "${info}>>${reset} this is ${info}`uname -srm`${reset} on ${info}%y${reset}" [[ -n $(echo Maildir/new/*(N)) ]] && echo "${info}>>${reset} You have mail!" +[[ -r $HOME/packages/zsh/etc/local-profile ]] && source $HOME/packages/zsh/etc/local-profile -- cgit v1.2.3