On Feb 19, 2007, at 5:07 PM, Oliver Hagmann wrote:
I have a TM shell variable called PATH in TextMate. When I deactive it, I get from the above command:
/usr/bin:/bin:/usr/sbin:/sbin
and when using temp+TAB now, the template gets inserted. Should I just add them to the PATH variable in TM or is there another solution?
I would say try for a bit without the PATH variable in TM, you don't need it probably, and setting it confuses things.
I also have the following lines in my .bash_profile, if this is of any use for you:
export PATH="${HOME}/bin:$PATH" export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin: $PATH" export PATH="/opt/local/bin:$PATH" export PATH="/usr/local/teTeX/bin/powerpc-apple-darwin-current:$PATH"
Oliver
Haris