On Mon, Dec 06, 1999 at 03:32:56PM -0600, ktb wrote:
> This may be hard to explain but I'll try. I have this in my
> /home/kent/.bashrc,
>
> case $TERM in
> xterm*)
> PS1="\[\033]0;[EMAIL PROTECTED]: \w\007\]\w\$ "
> ;;
> *)
> PS1="\w\$ "
If you check, you'll
This may be hard to explain but I'll try. I have this in my
/home/kent/.bashrc,
case $TERM in
xterm*)
PS1="\[\033]0;[EMAIL PROTECTED]: \w\007\]\w\$ "
;;
*)
PS1="\w\$ "
;;
esac
This displays user name or [EMAIL PROTECTED] name:directory.
For example:
2 matches
Mail list logo