No sourcing of ~/.profile at login
From: David List (david_at_davidlist.dk)
Date: 09/16/03
- Previous message: Kevin McKinley: "Re: Kernel with initrd, remove unused modules"
- Next in thread: Johann Koenig: "Re: No sourcing of ~/.profile at login"
- Reply: Johann Koenig: "Re: No sourcing of ~/.profile at login"
- Maybe reply: Michael C.: "Re: No sourcing of ~/.profile at login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 16 Sep 2003 13:51:34 +0200 (CEST) To: debian-user@lists.debian.org
It seems to me that ~/.profile is not being sourced at login, but
~/.bashrc is, on my newly installed Debian Woody.
I'm used to having this in ~/.profile:
------------------------------------------------
if test -f /etc/profile; then
. /etc/profile
fi
if test -f ~/.bashrc; then
. ~/.bashrc
fi
------------------------------------------------
...since I'm used to ~/.profile being guaranteed as being sourced at
user login, and then having contents in ~/.profile that make sure that
~/.bashrc is being sourced also.
It seems things are the other way around on Debian...or am I just
confused?
If I'm right, how do I control what *does* happen at user login?
Hope you can help.
Best regards,
David List
-- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Kevin McKinley: "Re: Kernel with initrd, remove unused modules"
- Next in thread: Johann Koenig: "Re: No sourcing of ~/.profile at login"
- Reply: Johann Koenig: "Re: No sourcing of ~/.profile at login"
- Maybe reply: Michael C.: "Re: No sourcing of ~/.profile at login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|