On Wed, 27 Dec 2000, Nadav Har'El wrote:
> On Tue, Dec 26, 2000, Adi Stav wrote about "Re: spaces in filenames":
> > PS1_SIMPLE="\h: \w "
> > PS1="\[\033]0;${PS1_SIMPLE}\007\]${PS1_SIMPLE}"
>
> Maybe because your solution (at first glance - I didn't try it) changes the
> title on every prompt?
while the 'cd' override solution does not work on certain cases. i often
use the 'pushd' and 'popd' command, which also change the current
directory, and do NOT invoke the shell builtin 'cd' function, at least not
under tcsh. so you need to alias 'cd', 'pushd' and 'popd'. any other
commands that change the curernt working directory?
--
guy
"For world domination - press 1,
or dial 0, and please hold, for the creator." -- nob o. dy
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]