]> gitweb.pimeys.fr Git - config-20-100.git/blob - .zsh/rc/extra/30_misc
Adaptation des règles Nagios au nouveau formatage des mails qu'il envoie
[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 # }}}