Update fzf version

This commit is contained in:
Eric Torres 2023-02-17 15:08:08 -08:00
parent 0dab58f07d
commit 2a614621ce

View File

@ -3,8 +3,8 @@
# Auto-completion # Auto-completion
# --------------- # ---------------
[[ $- == *i* ]] && source "/usr/local/Cellar/fzf/0.37.0/shell/completion.zsh" [[ $- == *i* ]] && source "/usr/local/Cellar/fzf/0.38.0/shell/completion.zsh"
# Key bindings # Key bindings
# ------------ # ------------
source "/usr/local/Cellar/fzf/0.37.0/shell/key-bindings.zsh" source "/usr/local/Cellar/fzf/0.38.0/shell/key-bindings.zsh"