From c90462409f43faf1c91a781c519f40567db242a2 Mon Sep 17 00:00:00 2001 From: tfheen Date: Thu, 26 Sep 2002 09:52:08 +0000 Subject: [PATCH] portability git-svn-id: file:///svn/tfheen/trunk/dotfiles@31 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- zshrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.39.5