This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Problem with aliases in bash as login shell


Hi Ryan,

> -----Original Message-----
> From: cygwin-owner@cygwin.com 
...
> When bash is started with the "-l" (that's an 'L') flag, aliases that
> I've defined in .bashrc don't take effect. My .bash_profile includes a
> call to .bashrc, and I know that .bashrc is being executed because
...

I bet Your line with the call of .bashrc from .bash_profile looks like
.bashrc
change it to
. .bashrc
and it will do what You intend and then RTFM for an explanation :-)

  best regards, matthias



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]