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: How does one set aliases for Cygwin for XP Prof Windows? - Still doesn't work!


On Fri, 22 Jul 2005, Ken Dibble wrote:

> You .bash_profile should look like:
> ---
> # ~/.bash_profile: executed by bash for login shells.
>
> if [ -e /etc/bash.bashrc ] ; then
>  source /etc/bash.bashrc
> fi
>
> if [ -e ~/.bashrc ] ; then
>  source ~/.bashrc
> fi
> ----
> If  memory serves, this is the default .bash_profile.
>
> This would make sure that .bashrc gets executed whether your shell is a
> login or not.
>
> If this is indeed your .bash_profile, I would next check permissions on
> both files to make sure they are executable.

FYI, if the files are "source"d, they don't need to be executable.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. /DA

--
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]