projects
/
zsh.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Show screen/tmux status at start
[zsh.git]
/
.zsh
/
92_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/^/ /'