This commit is contained in:
Ruben Sainiuc 2018-04-25 14:28:40 +00:00 committed by GitHub
commit c30dafaada
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ if [[ ! -f $DIR/chucknorris.dat ]] || [[ $DIR/chucknorris.dat -ot $DIR/chucknorr
if which $strfile &> /dev/null; then if which $strfile &> /dev/null; then
$strfile $DIR/chucknorris $DIR/chucknorris.dat >/dev/null $strfile $DIR/chucknorris $DIR/chucknorris.dat >/dev/null
else else
echo "[oh-my-zsh] chucknorris depends on strfile, which is not installed" >&2 echo "[oh-my-zsh] strfile depends on chucknorris, please install strfile" >&2
echo "[oh-my-zsh] strfile is often provided as part of the 'fortune' package" >&2 echo "[oh-my-zsh] strfile is often provided as part of the 'fortune' package" >&2
fi fi
fi fi