Hi,
here, users have different profiles etc..
So I'm using bash interractive.
Change your /etc/profile like that:
f [ "$BASH" ]; then
# PS1='\u@\h:\w\$ '
bash -i
else
if [ "`id -u`" -eq 0 ]; then
PS1='# '
else
PS1='$ '
fi
fi
and your user .bashrc would be executed on login.
mess-mateOn Fri, 24 Jan 2003 15:52:53 -0500 "Andy Estes" <[EMAIL PROTECTED]> wrote: | I am running Debian Woody (3.0r1). The default shell for my user account is | bash, and I can verify this by typing 'ps' once I am logged on. However, | the contents of my .bashrc do not get executed by default. If I explicitely | invoke bash (typing 'bash' at the shell), .bashrc is executed properly, but | if I simply log in (locally or remotely), it doesn't happen. Can anyone | explain what is going on here? | | -Andy | | | -- | To UNSUBSCRIBE, email to [EMAIL PROTECTED] | with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] | -- Computers are like air conditioners, they are useless when you open Windows.
msg26142/pgp00000.pgp
Description: PGP signature

