Skip to content

Commit

Permalink
such flag; very nonexistant
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuad Saud committed Dec 24, 2013
1 parent cf4edd4 commit 5e855bc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions zsh/login.zsh
Expand Up @@ -18,11 +18,10 @@
if (( $+commands[fortune] )); then
msg=$(fortune -a | cowsay -f milk)

# Checks for lolcat availability
# if lolcat -v > /dev/null 2> /dev/null; then
# echo $msg | lolcat
if doge -v > /dev/null 2> /dev/null; then
if doge > /dev/null 2> /dev/null; then
doge
elif lolcat -v > /dev/null 2> /dev/null; then
echo $msg | lolcat
else
echo $msg
fi
Expand Down

0 comments on commit 5e855bc

Please sign in to comment.