diff --git a/.zsh/.plugins.zsh b/.zsh/.plugins.zsh index 6e4f865..5c1d016 100644 --- a/.zsh/.plugins.zsh +++ b/.zsh/.plugins.zsh @@ -6,7 +6,7 @@ local zTruecolor="$zplug/custom/256color.zsh" local zAgentManagement="$zplug/custom/agent.zsh" local zCommandNotFound="$zplug/custom/command-not-found.plugin.zsh" -local zFzf="$zplug/fzf-zsh-plugin/fzf-zsh-plugin.plugin.zsh" +local zFzf="$HOME/.fzf/fzf-zsh-plugin.plugin.zsh" local zAutosg="$zplug/autosuggestions/zsh-autosuggestions.zsh" local zSynthl="$zplug/syntax-highlighting/zsh-syntax-highlighting.zsh" local zAutopairs="$zplug/autopairs/autopair.zsh"