mirror of
https://github.com/meineerde/dotfiles.git
synced 2026-02-26 05:11:47 +00:00
Re-enable sublime as the default editor
This commit is contained in:
parent
dd5289fc18
commit
aa1df74b61
10
.bashrc
10
.bashrc
@ -76,11 +76,11 @@ case `uname` in
|
|||||||
|
|
||||||
# this requires a symlink from "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl"
|
# this requires a symlink from "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl"
|
||||||
# into $PATH, e.g. ~/bin/subl
|
# into $PATH, e.g. ~/bin/subl
|
||||||
# if [[ $(which subl) ]]; then
|
if [[ $(which subl) ]]; then
|
||||||
# export EDITOR="subl -n"
|
export EDITOR="subl -n"
|
||||||
# export SVN_EDITOR="subl -nw"
|
export SVN_EDITOR="subl -nw"
|
||||||
# elif [[ $(which mate) ]]; then
|
elif [[ $(which mate) ]]; then
|
||||||
if [[ $(which mate) ]]; then
|
# if [[ $(which mate) ]]; then
|
||||||
export EDITOR="mate -wl1 -n"
|
export EDITOR="mate -wl1 -n"
|
||||||
export SVN_EDITOR="mate -wl1 -n"
|
export SVN_EDITOR="mate -wl1 -n"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user