summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-04-26 16:42:29 -0400
committerJune McEnroe <june@causal.agency>2021-04-26 16:42:29 -0400
commitba6207f6512b3181c1a51c0d4de22dd9a9adfb72 (patch)
treeaa7f4c3abef5cc5d72c863e679249320cf334597 /home
parentRemove neovim configs (diff)
downloadsrc-ba6207f6512b3181c1a51c0d4de22dd9a9adfb72.tar.gz
src-ba6207f6512b3181c1a51c0d4de22dd9a9adfb72.zip
Remove vim alias
I type vi now (it's shorter), so vim can be vim when I need it.
Diffstat (limited to 'home')
-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'