added italics in comments in vim and applied vi keybindings in bashrc

This commit is contained in:
tomit4 2021-10-17 10:58:03 -07:00
parent b422e701e6
commit 1bd14eff72
2 changed files with 5 additions and 0 deletions

View file

@ -2,6 +2,9 @@
# ~/.bashrc
#
# enable vi keybindings in terminal and terminal applications
set -o vi
[[ $- != *i* ]] && return
colors() {