From: tfheen Date: Thu, 26 Sep 2002 09:18:24 +0000 (+0000) Subject: only call fortune if available X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3cd223b8072906ac27920ee49fcf449a84c0177;p=dotfiles only call fortune if available git-svn-id: file:///svn/tfheen/trunk/dotfiles@22 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- 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