setting default editor to /usr/bin/vim. sorry mac users
parent
750bba6f14
commit
c768d8e199
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue