mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
13 lines
304 B
Bash
Executable File
13 lines
304 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"
|