From c9437a74567b4531e13dc3764877375facb889fe Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Fri, 27 Jan 2023 09:03:28 -0800 Subject: [PATCH] Update fzf version to 0.37.0 --- zsh-macos/.config/zsh-macos/fzf.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh-macos/.config/zsh-macos/fzf.zsh b/zsh-macos/.config/zsh-macos/fzf.zsh index 7a582ba..fef22d8 100644 --- a/zsh-macos/.config/zsh-macos/fzf.zsh +++ b/zsh-macos/.config/zsh-macos/fzf.zsh @@ -3,8 +3,8 @@ # Auto-completion # --------------- -[[ $- == *i* ]] && source "/usr/local/Cellar/fzf/0.35.1/shell/completion.zsh" +[[ $- == *i* ]] && source "/usr/local/Cellar/fzf/0.37.0/shell/completion.zsh" # Key bindings # ------------ -source "/usr/local/Cellar/fzf/0.35.1/shell/key-bindings.zsh" +source "/usr/local/Cellar/fzf/0.37.0/shell/key-bindings.zsh"