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

Force myself to sublime

This commit is contained in:
Holger Just 2012-06-26 19:51:34 +02:00
parent aa1df74b61
commit 5f2d82e05b

View File

@ -79,6 +79,7 @@ case `uname` in
if [[ $(which subl) ]]; then
export EDITOR="subl -n"
export SVN_EDITOR="subl -nw"
alias mate=subl
elif [[ $(which mate) ]]; then
# if [[ $(which mate) ]]; then
export EDITOR="mate -wl1 -n"