From 709f72b8ea368646a4cd04f4de95b783967178b1 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 21 May 2014 09:18:32 -0400 Subject: [PATCH] set emacs as default editor --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index a05448e..9d5317f 100644 --- a/zshrc +++ b/zshrc @@ -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