mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 03:04:06 +00:00
13 lines
303 B
Bash
Executable File
13 lines
303 B
Bash
Executable File
# Setup fzf
|
|
# ---------
|
|
|
|
# Auto-completion
|
|
# ---------------
|
|
# shellcheck source=completion.bash
|
|
[[ $- == *i* ]] && source "$HOME/.dotfiles/config/fzf/completion.bash" 2>/dev/null
|
|
|
|
# Key bindings
|
|
# ------------
|
|
# shellcheck source=key-bindings.bash
|
|
source "$HOME/.dotfiles/config/fzf/key-bindings.bash"
|