]> gitweb.pimeys.fr Git - config-20-100.git/blob - 30_misc
742132a5fd415a370ac489adedc89d6752d521e9
[config-20-100.git] / 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 # }}}