MinTTY is the new default Console for Cygwin.
What's a shell command (something I can put in .bashrc, or even better, in .zshrc) to change the title of the MinTTY window ?
I'd like the title of the window to be the path to the current directory, and to have it updated as I switch directories inside the console.
$PS1) already contains a control sequence that sets the window title to user@machine:working_directory. – ak2 Nov 29 '11 at 8:50