fix textmate path on some platforms

This commit is contained in:
Ivan Povalyukhin
2015-03-25 21:40:04 -07:00
parent d6e6caf3c6
commit fc77a8ce0f
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