summaryrefslogtreecommitdiff
path: root/99_Exec.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-03-20 15:31:22 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-03-20 15:31:22 +0100
commit6b79a02669d4648bac44626c514e02f1898e05c2 (patch)
tree50197cf844566f47ce31bb52807e2d6204541162 /99_Exec.zsh
parent60067df38b00e7b63b40c29209a9309d0d0e748d (diff)
[Funcs] Preprint : added '-n' parameter
Diffstat (limited to '99_Exec.zsh')
-rw-r--r--99_Exec.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/99_Exec.zsh b/99_Exec.zsh
index 6e5cd07..e6e1db2 100644
--- a/99_Exec.zsh
+++ b/99_Exec.zsh
@@ -10,9 +10,9 @@
if __cmd_exists fortune
then
- __preprint "Pensée du jour" && echo
+ __preprint "Pensée du jour"
fortune fr | fmt -s -w 74
- __preprint "" && echo
+ __preprint
echo
fi | sed 's/^/ /'