Update fzf version

This commit is contained in:
Eric Torres 2023-10-18 15:30:09 -07:00
parent e41957e7fb
commit e89dd3f62e

View File

@ -3,8 +3,8 @@
# Auto-completion # 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 # 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"