dotfiles/.bashrc

17 lines
259 B
Bash

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