6 lines
126 B
Bash
6 lines
126 B
Bash
cite about-plugin
|
|
about-plugin 'set textmate as a default editor'
|
|
|
|
export EDITOR="$(which mate) -w"
|
|
export GIT_EDITOR=$EDITOR
|