From: Simon Ruderich Date: Mon, 9 Jun 2014 12:43:15 +0000 (+0200) Subject: shell/aliases: remove unused alias `:q` X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=24ec064a7aa54ae8e5714b3f717f7ab5e40f20f3 shell/aliases: remove unused alias `:q` --- diff --git a/shell/aliases.in b/shell/aliases.in index 73f30ea..da44147 100644 --- a/shell/aliases.in +++ b/shell/aliases.in @@ -77,10 +77,6 @@ alias ...='cd ../..' alias ....='cd ../../..' alias .....='cd ../../../..' -# I sometimes confuse editor and shell, print a warning to prevent I exit the -# shell. -alias :q='echo "This is not Vim!" >&2' - # Automatically use unified diffs. alias diff='diff -u'