On 17 Jul 1998, Christophe Broult wrote:
> In my .bashrc I have:
>
> PS1='[EMAIL PROTECTED]:\w \$ '
>
> So I get a prompt including a tilde in the prompt when the current
> directory is under my home directory, ie ~/foo instead of
> /home/broult/foo
Use
PS1='[EMAIL PROTECTED]:$PWD \$ '
in
Christophe Broult wrote:
> "Jens B. Jorgensen" <[EMAIL PROTECTED]> writes:
>
> [snip]
>
> > with your user name, current directory, etc. then what you need to do is
> > use the bash
> > PROMPT_COMMAND. bash runs the contents of this variable each time the
> > prompt is
> > printed (you could ach
"Jens B. Jorgensen" <[EMAIL PROTECTED]> writes:
[snip]
> with your user name, current directory, etc. then what you need to do is use
> the bash
> PROMPT_COMMAND. bash runs the contents of this variable each time the prompt
> is
> printed (you could achieve similar effect using the PS1 variable
On Fri, 17 Jul 1998, Jens B. Jorgensen wrote:
> if [ "$TERM" = "xterm" -o "$TERM" = "xterm-color" -o \
> "$TERM" = "rxvt" -o "$TERM" = "vs100" ]
You might want to add "xterm-debian" to the possible TERM values when you
use this with the latest xfree86 packages in hamm.
And s/vs100/vt10
Deniz Dogan wrote:
> Hi,
>
> Is there a way to dynamicly set rxvt titles, using
> ...Xresources/.Xdefaults ?
If it got the title from .Xresources then it wouldn't be dynamic, would it! I'm
guessing the resource for the rxvt title is looked at only once when rxvt runs.
On top
of that, your .Xreso
Hi,
Is there a way to dynamicly set rxvt titles, using
.Xresources/.Xdefaults ?
Thanks in advance.
--
Deniz Dogan
--
Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
6 matches
Mail list logo