From: chuck AT ethereal DOT ru (Chuck Bogorad) Subject: Re: a bash question 7 Jan 1998 05:59:09 -0800 Message-ID: <01bd1b6e$e74715f0$0100a8c0.cygnus.gnu-win32@hysteria.spb.ru> Mime-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit To: "Kevin Schnitzius" , "gnu-win32" >1) Is there a FAQ or #define that allows me to set the window title >to something other than the command that is running? I searched the >bash source and didn't find anything... try bash.exe.gz from my page http://gnu-win32.paranoia.ru , then try setting BASH_TITLE (it acts just like PS1 prompt). also try un-setting CYGWIN_TITLE if you really hate it. my preference is export CYGWIN_TITLE=strip export BASH_TITLE='bash - \d - \w' this way i get current date, time and path when in prompt, and command name (paths stripped) when a command is running. - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".