diff --git a/zsh.d/zplug.zsh b/zsh.d/zplug.zsh index bbf61ea..395bcc6 100644 --- a/zsh.d/zplug.zsh +++ b/zsh.d/zplug.zsh @@ -14,7 +14,7 @@ zplug "zsh-users/zsh-syntax-highlighting" zplug "zsh-users/zsh-autosuggestions" zplug "zsh-users/zsh-history-substring-search" zplug "zsh-users/zsh-completions" -zplug "junegunn/fzf" +zplug "junegunn/fzf", use:"shell/*.zsh" if ! zplug check --verbose; then printf "Install? [y/N]: "