Browse Source

set emacs as default editor

pull/1/head
Brett Langdon 12 years ago
parent
commit
709f72b8ea
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      zshrc

+ 1
- 0
zshrc View File

@ -6,6 +6,7 @@ plugins=(git pip python node npm)
source $ZSH/oh-my-zsh.sh
export EDITOR=emacs
PATH=/usr/local/bin:/usr/local/sbin:$PATH
export PATH=$PATH:/usr/local/go/bin
export NODE_PATH=/usr/local/lib/node_modules


Loading…
Cancel
Save