summaryrefslogtreecommitdiff
path: root/99_Exec.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2012-10-30 16:58:44 +0100
committerHugues Hiegel <hugues@hiegel.fr>2012-10-30 16:58:44 +0100
commit2afff89115115c9d3253cd3c9257b017a004ec61 (patch)
tree01945eada0ae51e87ae8d5aa2ba216abf92517f7 /99_Exec.zsh
parent8e2075b98af312df47f5c76820d8b1f7bb893607 (diff)
[Exec] linux fortunes \!
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 e6e1db2..1d29142 100644
--- a/99_Exec.zsh
+++ b/99_Exec.zsh
@@ -11,7 +11,7 @@
if __cmd_exists fortune
then
__preprint "Pensée du jour"
- fortune fr | fmt -s -w 74
+ fortune linux | fmt -s -w 74
__preprint
echo
fi | sed 's/^/ /'