diff --git a/shells/zshrc b/shells/zshrc index 2d74ef5..27a1c19 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -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