dotfiles/zsh/modules/fzf/fzf.zsh

12 lines
239 B
Bash

# Setup fzf
# ---------
THIS_DIR="${${funcsourcetrace[1]%/*}%?}"
# Auto-completion
# ---------------
[[ $- == *i* ]] && source "${THIS_DIR}/completion.zsh" 2> /dev/null
# Key bindings
# ------------
source "${THIS_DIR}/key-bindings.zsh"