dotfiles/.bashrc
2024-10-01 13:47:31 +07:00

16 lines
241 B
Bash

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