Author: apv
Date: 25-12-01 09:21
Hi all,
can anyone explain me why PS1 of root doesn't want to export?
When I make "su", PS1 is unchanged!
FreeBSD 4.0, bash-2.03
~user/.profile:
[cut]
PS1="\u:\w$ "
export PS1
[cut]
/root/.profile:
[cut]
PS1="\u:\w# "
export PS1
[cut]
I also tried the script in .profile with checking user's id, but there's no result again.
Strange, there's no such problem under Linux...
|
|