mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 03:04:06 +00:00
* feat: switch to biome, apply formatting, shellcheck * chore: apply cr comments * chore: few config tweaks, shellcheck hook now py-based * chore: lint fixes and pr comments * chore(lint): megalinter, and other fixes Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
13 lines
303 B
Bash
13 lines
303 B
Bash
# 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"
|