On Thu, Jun 13, 2013 at 12:30:41PM -0500, Steven Stern wrote: > cat .bashrc [...chomp...chomp...chomp...] > $ cat .bash_profile [...chomp...chomp...chomp...] These seem oaky to me. You need to customise your PS1 variable to get dynamically updated titles. For Bash, the window title has to be enclosed in \e]2;...\a. Since these are non-printable, to ensure proper wrapping of your command line for long lines, it is advisable to wrap the sequence in \[...\]. e.g. in my PS1, I have this snippet: \[\e]2;\u@\H:\w\a\]. This sets the title to "user@host:working_dir". Hope this helps, -- Suvayu Open source is the future. It sets us free. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org