]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blob - .zsh_functions/autoreload
add commented variant
[user/henk/vcsh/zsh.git] / .zsh_functions / autoreload
1 autoreload () {
2         unfunction - $@
3         autoload -Uz +X - $@
4 }