]> gitweb.pimeys.fr Git - config-20-100.git/blob - .zsh/rc/extra/30_misc
Ajout du zshrc, même s'il manque encore de commentaires etc.
[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 # }}}