Git bundle in Textmate 2
5 Feb
If you are using latest version of Textmate 2.0 (beta) and Git bundle is not working try those steps:
- Go to .bashrc and paste those lines:
- Next go to Textmate Preferences > Variables and in TM_GIT type the path where GIT is installed. In my case was:
export PATH=$PATH:$HOME/bin/git
export EDITOR="$HOME/bin/mate -w"
export TM_SUPPORT_PATH='/Applications/TextMate.app/Contents/SharedSupport/Support'
usr/bin/git
If you don’t know where GIT is installed try: locate git
Tags: bundle, git, textamte 2.0, textmate

I used your config in zshrc but It does not work
Can you give more details of what problem you have?