Merge pull request #436 from ipoval/fix_textmate_path

fix textmate path on some platforms
pull/437/head
Nils Winkler 2015-03-26 16:57:03 +01:00
commit 6f7bb217f2
2 changed files with 5 additions and 4 deletions

View File

@ -0,0 +1,5 @@
cite about-plugin
about-plugin 'set textmate as a default editor'
export EDITOR="$(which mate) -w"
export GIT_EDITOR=$EDITOR

View File

@ -16,10 +16,6 @@ export BASH_IT_THEME='bobby'
# Your place for hosting Git repos. I use this for private repos.
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'
# Set the path nginx
export NGINX_PATH='/opt/nginx'