From b3cd223b8072906ac27920ee49fcf449a84c0177 Mon Sep 17 00:00:00 2001 From: tfheen Date: Thu, 26 Sep 2002 09:18:24 +0000 Subject: [PATCH] only call fortune if available git-svn-id: file:///svn/tfheen/trunk/dotfiles@22 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- bash_profile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bash_profile b/bash_profile index 76c2586..f689a70 100644 --- a/bash_profile +++ b/bash_profile @@ -18,5 +18,4 @@ USERNAME="" export USERNAME ENV PATH - -/usr/games/fortune +test -x /usr/games/fortune && /usr/games/fortune -- 2.39.5