Update fzf version

This commit is contained in:
Eric Torres 2022-11-27 18:02:10 -06:00
parent 564e269fc9
commit 8af506503e

View File

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