From 2f2d308360c4e253841b3d816e711612419f790f Mon Sep 17 00:00:00 2001 From: JP Appel Date: Mon, 2 Sep 2024 08:32:09 -0400 Subject: Fix zsh fzf bind output --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/zshrc') diff --git a/zsh/zshrc b/zsh/zshrc index 4723258..42f5477 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -26,7 +26,7 @@ bindkey -v # Plugins source ~/.config/zsh/zshvimodes -eval "$(fzf --zsh)" +source ~/.config/zsh/zshfzf # Prompt setopt PROMPT_SUBST -- cgit v1.2.3