Browse Source

fix editor env variables

master
Brett Langdon 9 years ago
parent
commit
e5b9a673ea
No known key found for this signature in database GPG Key ID: A2ECAB73CE12147F
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      zshrc

+ 3
- 3
zshrc View File

@ -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"


Loading…
Cancel
Save