11 lines
191 B
Bash

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