11 lines
231 B
Bash

# Setup fzf
# ---------
# Auto-completion
# ---------------
[[ $- == *i* ]] && source "/usr/local/Cellar/fzf/0.35.1/shell/completion.zsh"
# Key bindings
# ------------
source "/usr/local/Cellar/fzf/0.35.1/shell/key-bindings.zsh"