From 8af506503ebf7223b93ee76b1094fc2c56289d95 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sun, 27 Nov 2022 18:02:10 -0600 Subject: [PATCH] Update fzf version --- zsh/.config/zsh/conf.d/fzf.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/.config/zsh/conf.d/fzf.zsh b/zsh/.config/zsh/conf.d/fzf.zsh index f69e3cc..7a582ba 100644 --- a/zsh/.config/zsh/conf.d/fzf.zsh +++ b/zsh/.config/zsh/conf.d/fzf.zsh @@ -3,8 +3,8 @@ # Auto-completion # --------------- -[[ $- == *i* ]] && source "/usr/local/Cellar/fzf/0.33.0/shell/completion.zsh" +[[ $- == *i* ]] && source "/usr/local/Cellar/fzf/0.35.1/shell/completion.zsh" # Key bindings # ------------ -source "/usr/local/Cellar/fzf/0.33.0/shell/key-bindings.zsh" +source "/usr/local/Cellar/fzf/0.35.1/shell/key-bindings.zsh"