From c827ad8feac97fad3b08020ea8230f5049880551 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Fri, 09 Oct 2020 10:55:07 +0000 Subject: [PATCH] change editor to vim as works better than emacs terminal --- all-shells/.commonshell | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/all-shells/.commonshell b/all-shells/.commonshell index 60db69e..4961739 100644 --- a/all-shells/.commonshell +++ b/all-shells/.commonshell @@ -8,8 +8,9 @@ alias pip-upgrade="python -m pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 python -m pip install -U" -export EDITOR="/usr/bin/emacsclient -nw -a /usr/bin/vim" -alias ec=$EDITOR +#export EDITOR="/usr/bin/emacsclient -nw -a /usr/bin/vim" +#alias ec=$EDITOR +export EDITOR="/usr/bin/vim" #default wine prefix export WINEPREFIX=$HOME/.wine/Games/ -- Gitblit v1.9.3