From bce0ced485182ad8a0646b305c52db280e96b99c Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Thu, 10 Dec 2020 13:12:58 +0000 Subject: [PATCH] reenabled ec alias --- all-shells/.commonshell | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/all-shells/.commonshell b/all-shells/.commonshell index 20ffef7..c11cc45 100644 --- a/all-shells/.commonshell +++ b/all-shells/.commonshell @@ -19,6 +19,7 @@ #export EDITOR="/usr/bin/emacsclient -nw -a /usr/bin/vim" #alias ec=$EDITOR +alias ec="/usr/bin/emacsclient -nw -a /usr/bin/vim" [ -n "$(whereis vim)" ] && export EDITOR="/usr/bin/vim" #default wine prefix -- Gitblit v1.9.3