[NEW] inputrc: Set readline to vi mode

This commit is contained in:
Andrea Rogers 2024-04-25 07:48:32 +00:00
commit 12e9e526b9
2 changed files with 4 additions and 0 deletions

View file

@ -46,6 +46,9 @@ $(HOME)/.profile: $(PROFILE)
$(HOME)/.bashrc: .bashrc
cp $< $@
$(HOME)/.inputrc: .inputrc
cp $< $@
$(HOME)/.bashrc.freebsd: .bashrc.freebsd
cp $< $@