dotfiles/.bashrc
2025-05-29 07:52:56 +00:00

16 lines
250 B
Bash

[[ "$-" != *i* ]] && return
set -o vi
FZF_ALT_C_OPTS=--walker=dir
. /usr/share/fzf/key-bindings.bash
shopt -s autocd globstar
for f in "$XDG_CONFIG_HOME/bash"/*.bash; do
# shellcheck disable=SC1090
. "$f"
done; unset f
stty werase undef