summaryrefslogtreecommitdiff
path: root/99_Exec.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-11-29 16:07:58 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-11-29 16:07:58 +0100
commit9254c7dca750d1cae24a5eb828eb4a2ea6f065b4 (patch)
tree1a59ab584af3d424908074d806ab023631831e20 /99_Exec.zsh
parent503340ee24eabd82d2f01ff6f97b3701d650ecc4 (diff)
[Exec] Fortunes without target to rule them all.
Diffstat (limited to '99_Exec.zsh')
-rw-r--r--99_Exec.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/99_Exec.zsh b/99_Exec.zsh
index 1d29142..e8f8a1a 100644
--- a/99_Exec.zsh
+++ b/99_Exec.zsh
@@ -11,7 +11,7 @@
if __cmd_exists fortune
then
__preprint "Pensée du jour"
- fortune linux | fmt -s -w 74
+ fortune | fmt -s -w 74
__preprint
echo
fi | sed 's/^/ /'