Browse Source

Use short apothegms only in fortune

master
Indrajit Raychaudhuri 11 years ago committed by Sorin Ionescu
parent
commit
6f9c1666e1
  1. 2
      runcoms/zlogin

2
runcoms/zlogin

@ -17,7 +17,7 @@
# Print a random, hopefully interesting, adage. # Print a random, hopefully interesting, adage.
if (( $+commands[fortune] )); then if (( $+commands[fortune] )); then
if [[ -t 0 || -t 1 ]]; then if [[ -t 0 || -t 1 ]]; then
fortune -a fortune -s
print print
fi fi
fi fi

Loading…
Cancel
Save