move vi alias back to core configs

This commit is contained in:
tengel 2024-03-20 11:25:14 -05:00
parent 2a6982a14b
commit 4d44ef924e
2 changed files with 2 additions and 0 deletions

1
bashrc
View file

@ -16,6 +16,7 @@ export PATH
[[ $- != *i* ]] && return
# User specific aliases and functions
alias vi="vim"
[ -f "${HOME}/.bashrc_local" ] && source "${HOME}/.bashrc_local"
# stop quotes around ls which coreutils introduced

1
zshrc
View file

@ -17,6 +17,7 @@ export PATH
# User specific aliases and functions
alias history="fc -li"
alias vi="vim"
[ -f "${HOME}/.zshrc_local" ] && source "${HOME}/.zshrc_local"
# stop quotes around ls which coreutils introduced