From 8549ba532f744ef2de761ac0ab0e53eed4b07b85 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Sat, 14 Aug 2021 05:11:53 +0000 Subject: [PATCH] added subreddit --- 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