]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blob - .zsh_functions/autoreload
feat: improve aliases to be more standard
[user/henk/vcsh/zsh.git] / .zsh_functions / autoreload
1 autoreload () {
2         unfunction - $@
3         autoload -Uz +X - $@
4 }