From 775723fe8b90057296c1dce02eaa9a8b158a37ab Mon Sep 17 00:00:00 2001 From: Noorul Islam K M Date: Mon, 22 Aug 2011 12:20:47 +0530 Subject: [PATCH] * template/bash_profile: Fix preferred EDITOR --- template/bash_profile.template.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index 95f481e9..6d5fd4fb 100644 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash @@ -17,8 +17,8 @@ export BASH_THEME='bobby' export GIT_HOSTING='git@git.domain.com' # Set my editor and git editor -export EDITOR="/usr/bin/mate -w" -export GIT_EDITOR='/usr/bin/mate -w' +export EDITOR="/usr/local/bin/emacsclient" +export GIT_EDITOR='/usr/local/bin/emacsclient' # Set the path nginx export NGINX_PATH='/opt/nginx'