1
0
Fork 0

fixup! `.bashrc`, `readline`: add `readline` config

urosm 2024-07-09 01:51:34 +02:00
parent e8d366bd61
commit e3b86054df
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ if [ ! -d "$(dirname "${HISTFILE}")" ]; then
mkdir -p "$(dirname "${HISTFILE}")"
fi
# .inputrc
export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc
# editor
export EDITOR=vi