fix textmate path on some platforms
This commit is contained in:
5
plugins/available/textmate.plugin.bash
Normal file
5
plugins/available/textmate.plugin.bash
Normal 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
|
||||||
@@ -16,10 +16,6 @@ export BASH_IT_THEME='bobby'
|
|||||||
# Your place for hosting Git repos. I use this for private repos.
|
# Your place for hosting Git repos. I use this for private repos.
|
||||||
export GIT_HOSTING='git@git.domain.com'
|
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
|
# Set the path nginx
|
||||||
export NGINX_PATH='/opt/nginx'
|
export NGINX_PATH='/opt/nginx'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user