projects
/
zsh.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
fe0144d8136b973dd342e6e5163b91bdfce513e4
[zsh.git]
/
.zsh
/
99_Exec.zsh
1
# -*- mode: sh;-*-
2
3
if
is-callable fortune
&&
zstyle
-T
':ganneff:config'
fortune
;
then
4
preprint
"Fortune"
&&
echo
5
fortune |
fmt
-s -w
74
6
preprint
&&
echo
7
echo
8
fi
|
sed
's/^/ /'