Alias vi to vim
This commit is contained in:
parent
a0bf9ccf39
commit
01b1e15f01
@ -188,6 +188,9 @@ update-tool() {
|
|||||||
read RESP
|
read RESP
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
if ex vim; then
|
||||||
|
alias vi='vim'
|
||||||
|
fi
|
||||||
if ex rc-service; then
|
if ex rc-service; then
|
||||||
alias service='rc-service'
|
alias service='rc-service'
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user