From 5f1c309bc7f9924f2506f88cba345dd8b2e09cd8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 7 May 2009 10:40:22 +0200 Subject: Automatically start X on saviour and nemesis --- etc/profile | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/profile') 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 -- cgit v1.2.3