From 95a8cfc647e9d018562ef05c846dac005d55df77 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 24 Jan 2019 17:09:16 +0100 Subject: bash: adding the 'e' alias MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This alias stands for "editor", and it's a shorthand for $EDITOR. Signed-off-by: Miquel Sabaté Solà --- bashrc | 1 + 1 file changed, 1 insertion(+) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 1bdad72..000d154 100644 --- a/bashrc +++ b/bashrc @@ -33,6 +33,7 @@ source_maybe() { export EDITOR=emacsclient-a-nw export VISUAL=emacsclient-a-nw alias vi=vim +alias e=$EDITOR # Shortcut for GNU Emacs. em() { -- cgit v1.2.3