mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
Merge 6bcf124ca5 into acacfec924
This commit is contained in:
commit
c30dafaada
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue