[TxMt] Re: Cannot create any template

Trevor Harmon trevor at vocaro.com
Mon Oct 13 03:35:01 UTC 2008


On Oct 9, 2008, at 1:11 PM, Chris Patti wrote:

> Exactly as you say.  The Python and Text templates work fine.
>
> This is a real drag for me, because I use TextMate as my primary  
> blog client :\

I'll bet you have "cd ~/Desktop" in your .bashrc or .profile. Change  
it to this and the problem should disappear:

if [[ $0 == "-bash" ]]
then
     cd ~/Desktop
fi

I got this tip from a prior bug report:

http://ticket.macromates.com/show?ticket_id=18D06789

I still think this is a TextMate bug, though, so I filed one:

http://ticket.macromates.com/show?ticket_id=820EFD88

Trevor




More information about the textmate mailing list