From 01b1e15f01432b35ad17fe092499b3a1509c9f0b Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sun, 3 Dec 2017 22:28:47 -0500 Subject: [PATCH] Alias vi to vim --- shells/zshrc | 3 +++ 1 file changed, 3 insertions(+) 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