TextMate support for git commit command:
Open .bash_profile:
vi ~/.bash_profile
Insert command to support TextMate:
# ------------------------
# TextMate support for git
export PATH="$HOME/bin:$PATH"
export EDITOR="$HOME/bin/mate -w"
# End TextMate support for git
# ----------------------------
Comments
Post a Comment