From 94749cab6980e47a81c404582f1e16e534eb72b5 Mon Sep 17 00:00:00 2001 From: odrling Date: Mon, 15 Apr 2024 10:54:45 +0200 Subject: [PATCH] [zsh] fix fzy.zsh import --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 37c5645..5d7c8bf 100644 --- a/.zshrc +++ b/.zshrc @@ -12,7 +12,7 @@ source ~/.zsh/zsh-completions/zsh-completions.plugin.zsh ZVM_INIT_MODE=sourcing [ -z "$NVIM" ] && source ~/.zsh/zsh-vi-mode/zsh-vi-mode.plugin.zsh -source ~/.zsh/zsh-fzy/zsh-fzy.plugin.zsh +source ~/.zsh/fzy.zsh source ~/.zsh/envs.zsh