From 99a778b22089d63d163292824fce2abb5bc24094 Mon Sep 17 00:00:00 2001 From: Preston Cabe Date: Tue, 5 Jul 2022 12:08:05 -0400 Subject: [PATCH] Re-add sourcing of fzf config (oops) --- zshrc.local | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc.local b/zshrc.local index 1827960..e62d38e 100644 --- a/zshrc.local +++ b/zshrc.local @@ -52,3 +52,6 @@ bindkey "^X^E" edit-command-line # # zle -N zle-line-init # zle -N zle-keymap-select + + +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh