X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=.zsh%2Frc%2Fextra%2F30_misc;fp=.zsh%2Frc%2Fextra%2F30_misc;h=742132a5fd415a370ac489adedc89d6752d521e9;hb=3d71eab53c5b63556363ece880859b0af7f162da;hp=0000000000000000000000000000000000000000;hpb=1f8b08895681d46802368eec0764ca70d08898ca;p=config-20-100.git diff --git a/.zsh/rc/extra/30_misc b/.zsh/rc/extra/30_misc new file mode 100644 index 0000000..742132a --- /dev/null +++ b/.zsh/rc/extra/30_misc @@ -0,0 +1,8 @@ +#!/bin/zsh + +# "persistent history" {{{ +# just write important commands you always need to ~/.important_commands +if [[ -r ~/.important_commands ]] ; then + fc -R ~/.important_commands +fi +# }}}