Bash : Enable vi mode.

This commit is contained in:
Dmitry Voronin 2024-03-27 00:39:27 +03:00
parent 382b6bdb5e
commit 3421f578f6

View file

@ -2,5 +2,6 @@ shopt -s dotglob
shopt -s globstar shopt -s globstar
shopt -s autocd shopt -s autocd
shopt -s extglob shopt -s extglob
set -o vi
exec {BASH_XTRACEFD}>/dev/null exec {BASH_XTRACEFD}>/dev/null