Re: bash on login.
- From: Pollywog <lists-fbsd@xxxxxxxxxxxxx>
- Date: Thu, 6 Sep 2007 15:38:38 +0000
On Thursday 06 September 2007 15:06:02 Albert Shih wrote:
Hi all
I'm using bash for standard shell, what I don't understand is when I'm
connect by ssh on my server the bash don't parse .bashrc file.
But if in the bash session I type «bash» this time the .bashrc is use.
How can I make the .bashrc file is read when I connect by ssh ?
I source it in ~/.bash_profile:
# include .bashrc if it exists
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- References:
- bash on login.
- From: Albert Shih
- bash on login.
- Prev by Date: Re: Burn ape music to CD
- Next by Date: Re: mail server setup questions
- Previous by thread: Re: bash on login.
- Next by thread: Re: bash on login.
- Index(es):
Relevant Pages
|