I made the mistake of setting an alias for bc, which I was not aware was the name of an existing unix tool (That's what I get for not capitalizing my personal aliases, I guess).
# ~/.profile alias bc="echo ~/some/path" alias cdbc="cd $(bc)"
Interestingly, if just an alias for bc is set, it still seems to work fine (is there some reason its use in TextMate would override the alias?). But as soon as $(bc) is utilized later in the file (in this case by my cdbc alias) various things become very weird under TextMate.
On Oct 19, 2009, at 4:43 AM, Alex Ross wrote:
On Oct 18, 2009, at 10:02 PM, unussum@gmail.com wrote:
Thank you Alex, I found the issue. You were most helpful.
Just curious, but what was it?
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate