Alias vim to vi

This commit is contained in:
Anthony Rose 2023-02-06 21:25:48 +00:00
parent e3a75878e8
commit b9e8d9b21f

View file

@ -178,6 +178,7 @@ then
alias vi=vim alias vi=vim
else else
export EDITOR=vi export EDITOR=vi
alias vim=vi
fi fi
# Use root's cache instead of having one for root and one for the user. # Use root's cache instead of having one for root and one for the user.