1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-03-23 09:09:54 +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 if [[ $(which subl) ]]; then
export EDITOR="subl -n" export EDITOR="subl -n"
export SVN_EDITOR="subl -nw" export SVN_EDITOR="subl -nw"
alias mate=subl
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"