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:
parent
b9c4a71f56
commit
98928566db
9
.bashrc
9
.bashrc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user