summaryrefslogtreecommitdiff
path: root/99_Exec.zsh
blob: 1d29142cd39f33bcd58f8b64ebdcad5c1de7ad56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
##
## Part of configuration files for Zsh 4
## by Hugues Hiegel <hugues@hiegel.fr>
## 
## NO WARRANTY PROVIDED, USE AT YOUR OWN RISKS
##
## You are encouraged to use, modify, and redistribute
## these files with or without this notice.
## 

if __cmd_exists fortune
then
	__preprint "Pensée du jour"
	fortune linux | fmt -s -w 74
	__preprint
	echo
fi | sed 's/^/   /'

chpwd