summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/^/ /'