summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--home/.shrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.shrc b/home/.shrc
index d5fcb540..1f604764 100644
--- a/home/.shrc
+++ b/home/.shrc
@@ -2,7 +2,7 @@ set -o noclobber -o nounset -o vi
 
 CDPATH=:~
 
-alias vi=$EDITOR vim=$EDITOR
+alias vi=$EDITOR
 alias ls='LC_COLLATE=C ls -p'
 alias ll='ls -hl'
 alias bc='bc -l'