diff --git a/.config/zsh/lib/selfservice.zsh b/.config/zsh/lib/selfservice.zsh index 73063e8..e59ca53 100644 --- a/.config/zsh/lib/selfservice.zsh +++ b/.config/zsh/lib/selfservice.zsh @@ -14,9 +14,8 @@ dotfiles-git() { ( z-update() { dotfiles-update for i ( $(find "${ZSHU[d_conf]}/" -xdev -type f -name '*.zsh') ) ; do - zcompile "$i" + zcompile -U "$i" done ; unset i - } z-reload() {