export EDITOR="mate -w"
export VISUAL="mate -w"
export SVN_EDITOR="mate -w"
Now your shell will always invoke TextMate whenever a file needs to be edited (e.g. Subversion commit text).
GTD user | Mac addict | passionate photographer | IT specialist | & much more
export EDITOR="mate -w"
export VISUAL="mate -w"
export SVN_EDITOR="mate -w"
1 comment:
I was doing like that but have an error:
crontab: mate -w: No such file or directory
Post a Comment