blob: 6e5cd07f7b0d0e09daa7068435b8849956d48334 (
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
|