blob: e6e1db226dcb0efd03dfcfdd989c699854d17b14 (
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 fr | fmt -s -w 74
__preprint
echo
fi | sed 's/^/ /'
chpwd
|