11 lines
231 B
Bash
11 lines
231 B
Bash
# Setup fzf
|
|
# ---------
|
|
|
|
# Auto-completion
|
|
# ---------------
|
|
[[ $- == *i* ]] && source "/usr/local/Cellar/fzf/0.33.0/shell/completion.zsh"
|
|
|
|
# Key bindings
|
|
# ------------
|
|
source "/usr/local/Cellar/fzf/0.33.0/shell/key-bindings.zsh"
|