setting default editor to /usr/bin/vim. sorry mac users

pull/301/head
Maxim Kovgan 2014-07-11 11:05:17 +03:00
parent 750bba6f14
commit c768d8e199
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ export BASH_IT_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/bin/vim'
export GIT_EDITOR='/usr/bin/vim'
# Set the path nginx
export NGINX_PATH='/opt/nginx'