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
commitb2061c517e76274691dd275377a91e29e6d80732 (patch)
treeeb3b24327b92362cfeae46ee23ea18c001e4ff78 /home
parentRemove neovim configs (diff)
downloadsrc-b2061c517e76274691dd275377a91e29e6d80732.tar.gz
src-b2061c517e76274691dd275377a91e29e6d80732.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'