From ba6207f6512b3181c1a51c0d4de22dd9a9adfb72 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 26 Apr 2021 16:42:29 -0400 Subject: Remove vim alias I type vi now (it's shorter), so vim can be vim when I need it. --- home/.shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') 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' -- cgit 1.4.1