]> gitweb.pimeys.fr Git - config-20-100.git/blob - .zsh/rc/extra/30_misc
[procmail] Tri des ML : nom-ml.domain.list*e*s.tld est géré aussi
[config-20-100.git] / .zsh / rc / extra / 30_misc
1 #!/bin/zsh
2
3 # "persistent history" {{{
4 # just write important commands you always need to ~/.important_commands
5 if [[ -r ~/.important_commands ]] ; then
6 fc -R ~/.important_commands
7 fi
8 # }}}