From 14894e2dbed5d91f5357ed41274a2b78068a5c06 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 18 Jul 2015 19:37:02 +0200 Subject: [PATCH] added vi=vim alias --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index e53d0ad3..6cbfd670 100644 --- a/.zshrc +++ b/.zshrc @@ -98,6 +98,7 @@ alias lla='ls -la --color' alias llh='ls -lh --color' alias llah='ls -lah --color' alias lsd='ls -ld --color' +alias vi=vim alias xterm=$TERMINAL # I use xterm and this sets a nice title with hostname and cwd in it.