Afflictedd2 <flethuseo@...> writes:
I am trying to use textmate from commandline as: mate file.txt but it doesn't work anymore after adding /sw/lib to my DYLD_LIBRARY_PATH.
As a simple workaround, you could add:
alias mate='DYLD_LIBRARY_PATH="" mate'
to your .bash_profile. This only unsets DYLD_LIBRARY_PATH for that command; it remains as it was afterwards.