From e89dd3f62e9debefe0319864bd93e1d7f9348797 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 18 Oct 2023 15:30:09 -0700 Subject: [PATCH] Update fzf version --- 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 dd5d556..30439c4 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.42.0/shell/completion.zsh" +[[ $- == *i* ]] && source "/usr/local/Cellar/fzf/0.43.0/shell/completion.zsh" # Key bindings # ------------ -source "/usr/local/Cellar/fzf/0.42.0/shell/key-bindings.zsh" +source "/usr/local/Cellar/fzf/0.43.0/shell/key-bindings.zsh"