summaryrefslogtreecommitdiff
path: root/99_Exec.zsh
blob: 2a996a1ba166b41da43c9c407e37cc4771ba9d7d (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" && echo
	fortune fr | fmt -s -w 74
	preprint "" && echo
	echo
fi | sed 's/^/   /'

chpwd