I have my Mac OS X terminal set to display only the active process name. But for some reason when I am at the shell prompt the title displays "Python". But when I type anything at the prompt, it displays "bash" like it should. Any ideas on why this is happening and how I could fix it?
Ok, here is exactly what happens.
- I open Terminal, either from a dead quit, a new window/tab, or even after another command finishes.
- The Terminal title for the tab and window displays either
Pythonorpython. - The Terminal title goes back to
bashlike it should once I type even a single character at the prompt.
/etc/profileor/etc/bash.bashrcor similar that's related toPS1orPROMPT_COMMAND? – Dennis Williamson Oct 3 '10 at 16:38PROMPT_COMMANDandPS1: pastie.org/1196784 – Wuffers Oct 3 '10 at 16:49