* template/bash_profile: Fix preferred EDITOR

pull/77/head
Noorul Islam K M 2011-08-22 12:20:47 +05:30
parent 70e4c1ced0
commit 775723fe8b
1 changed files with 2 additions and 2 deletions

View File

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