move vi alias back to core configs
This commit is contained in:
parent
2a6982a14b
commit
4d44ef924e
2 changed files with 2 additions and 0 deletions
1
bashrc
1
bashrc
|
|
@ -16,6 +16,7 @@ export PATH
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
# User specific aliases and functions
|
# User specific aliases and functions
|
||||||
|
alias vi="vim"
|
||||||
[ -f "${HOME}/.bashrc_local" ] && source "${HOME}/.bashrc_local"
|
[ -f "${HOME}/.bashrc_local" ] && source "${HOME}/.bashrc_local"
|
||||||
|
|
||||||
# stop quotes around ls which coreutils introduced
|
# stop quotes around ls which coreutils introduced
|
||||||
|
|
|
||||||
1
zshrc
1
zshrc
|
|
@ -17,6 +17,7 @@ export PATH
|
||||||
|
|
||||||
# User specific aliases and functions
|
# User specific aliases and functions
|
||||||
alias history="fc -li"
|
alias history="fc -li"
|
||||||
|
alias vi="vim"
|
||||||
[ -f "${HOME}/.zshrc_local" ] && source "${HOME}/.zshrc_local"
|
[ -f "${HOME}/.zshrc_local" ] && source "${HOME}/.zshrc_local"
|
||||||
|
|
||||||
# stop quotes around ls which coreutils introduced
|
# stop quotes around ls which coreutils introduced
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue