diff options
Diffstat (limited to 'etc/profile')
-rw-r--r-- | etc/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/profile b/etc/profile index ed9a40d..6f34cb9 100644 --- a/etc/profile +++ b/etc/profile @@ -15,5 +15,6 @@ echo [[ -n $(echo Maildir/new/*(N)) ]] && pr_info "You have mail!" [[ -r $ZDIR/local-profile ]] && source $ZDIR/local-profile +[[ -r $ZDIR/hosts/profile-$HOST ]] && source $ZDIR/hosts/profile-$HOST unfunction pr_info |