Alias vi to vim

This commit is contained in:
Austen Adler 2017-12-03 22:28:47 -05:00
parent a0bf9ccf39
commit 01b1e15f01

View File

@ -188,6 +188,9 @@ update-tool() {
read RESP
done
}
if ex vim; then
alias vi='vim'
fi
if ex rc-service; then
alias service='rc-service'
fi