From e5b9a673ea7d4af2e8a45dce54e071adc3b3bfc9 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Tue, 22 Nov 2016 20:58:13 -0500 Subject: [PATCH] fix editor env variables --- zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index 9505f66..c55eeaa 100644 --- a/zshrc +++ b/zshrc @@ -3,9 +3,9 @@ export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 # Configure emacs as default editor -export GIT_EDITOR="emacs -nw" -export VISUAL="emacs -nw" -export EDITOR="emacs -nw" +export GIT_EDITOR="emacs -nw -Q" +export VISUAL="emacs" +export EDITOR="emacs" PATH="/usr/local/bin:/usr/local/sbin:/sbin:$PATH" export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH:~/.local/bin"