diff --git a/zshrc.d/.env.zsh b/zshrc.d/.env.zsh index b79ff97..4223f35 100644 --- a/zshrc.d/.env.zsh +++ b/zshrc.d/.env.zsh @@ -3,11 +3,10 @@ export LANG=en_US.UTF-8 export TERM="xterm-256color" export ACK_PAGER_COLOR="less -x4SRFX" -# Configure emacs as default editor # Configure emacs as default editor export GIT_EDITOR="emacs -nw -Q" -export VISUAL="emacs" -export EDITOR="emacs" +export VISUAL="emacs -nw -Q" +export EDITOR="emacs -nw -Q" # Configure Go export GOPATH=~/go