1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-06 00:53:23 +00:00

Always use TextMate for now

This commit is contained in:
Holger Just 2012-04-14 12:59:55 +02:00
parent b9c4a71f56
commit 98928566db

View File

@ -74,10 +74,11 @@ case `uname` in
# this requires a symlink from "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl"
# into $PATH, e.g. ~/bin/subl
if [[ $(which subl) ]]; then
export EDITOR="subl -n"
export SVN_EDITOR="subl -nw"
elif [[ $(which mate) ]]; then
# if [[ $(which subl) ]]; then
# export EDITOR="subl -n"
# export SVN_EDITOR="subl -nw"
# elif [[ $(which mate) ]]; then
if [[ $(which mate) ]]; then
export EDITOR="mate"
export SVN_EDITOR="mate -wl1"
fi