Alias vi to vim
This commit is contained in:
parent
a0bf9ccf39
commit
01b1e15f01
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user