mirror of
https://github.com/meineerde/dotfiles.git
synced 2026-03-23 17:19:53 +00:00
Force myself to sublime
This commit is contained in:
parent
aa1df74b61
commit
5f2d82e05b
1
.bashrc
1
.bashrc
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user