]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blob - .zsh_functions/autoreload
feat: remove duplicates only if directly before to have a timeline
[user/henk/vcsh/zsh.git] / .zsh_functions / autoreload
1 autoreload () {
2         unfunction - $@
3         autoload -Uz +X - $@
4 }