From: tfheen Date: Thu, 26 Sep 2002 09:52:08 +0000 (+0000) Subject: portability X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c90462409f43faf1c91a781c519f40567db242a2;p=dotfiles portability git-svn-id: file:///svn/tfheen/trunk/dotfiles@31 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/zshrc b/zshrc index 2666d3a..153acca 100644 --- a/zshrc +++ b/zshrc @@ -49,6 +49,4 @@ autoload -U compinit compinit # End of lines added by compinstall -if [ -x /usr/games/fortune ]; then - /usr/games/fortune -fi +test -x /usr/games/fortune && /usr/games/fortune