public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: .bashrc is not being invoked
       [not found] <4.3.1.2.20000717094314.00b233b0@pop.ma.ultranet.com>
@ 2000-07-18 11:12 ` Satish Kamatkar
  2000-07-18 11:33   ` Larry Hall (RFK Partners, Inc)
  0 siblings, 1 reply; 5+ messages in thread
From: Satish Kamatkar @ 2000-07-18 11:12 UTC (permalink / raw)
  To: cygwin

Yes, .bashrc is not being invoked. That's precisely my problem. I don't
know why? How do I get it to invoke? Following are the lines from my
cygwin.bat:

@echo off
d:
chdir \cygwin\bin
bash --login -i

Thanks,

Satish

"Larry Hall (RFK Partners, Inc)" wrote:
> 
> At 10:22 PM 7/16/2000, you wrote:
> >Hello,
> >
> >Yesterday I got cygwin on Windows 987 and am trying to get the filename
> >completion - case insensitive working without any luck.
> >
> >1..I have installed cygwin in c:\cygwin\
> >2..I inspected my HOME variable by doing
> >     $echo $HOME
> >    which shows
> >    /home/satish/
> >3..I put .bashrc under /home/satish which has one line : shopt -s nocaseglob
> >4..I logged off and started bash shell again by clicking start -> Cygwin
> >Solutions -> Cygwin 1.1 Bash Shell
> >5..Then I typed:
> >     $shopt
> >6..It still shows nocaseglob  as off ???
> >
> >Anyone knows the solution? What am I doing wrong?
> >
> >Thanks,
> >
> >Satish
> 
> Are you invoking bash with --login?  Are you sure your .bashrc is being
> invoked?
> 
> Larry Hall                              lhall@rfk.com
> RFK Partners, Inc.                      http://www.rfk.com
> 118 Washington Street                   (508) 893-9779 - RFK Office
> Holliston, MA 01746                     (508) 893-9889 - FAX

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: .bashrc is not being invoked
  2000-07-18 11:12 ` .bashrc is not being invoked Satish Kamatkar
@ 2000-07-18 11:33   ` Larry Hall (RFK Partners, Inc)
  0 siblings, 0 replies; 5+ messages in thread
From: Larry Hall (RFK Partners, Inc) @ 2000-07-18 11:33 UTC (permalink / raw)
  To: Satish Kamatkar; +Cc: cygwin@sourceware.cygnus.com

Make sure your HOME environment variable is set properly and that your
bashrc file is in the directory that HOME points to.  You can refer to 
the bash man and info pages for information and help with configuring
bash as well.

Larry


At 02:11 PM 7/18/2000, Satish Kamatkar wrote:
>Yes, .bashrc is not being invoked. That's precisely my problem. I don't
>know why? How do I get it to invoke? Following are the lines from my
>cygwin.bat:
>
>@echo off
>d:
>chdir \cygwin\bin
>bash --login -i
>
>Thanks,
>
>Satish
>
>"Larry Hall (RFK Partners, Inc)" wrote:
> > 
> > At 10:22 PM 7/16/2000, you wrote:
> > >Hello,
> > >
> > >Yesterday I got cygwin on Windows 987 and am trying to get the filename
> > >completion - case insensitive working without any luck.
> > >
> > >1..I have installed cygwin in c:\cygwin\
> > >2..I inspected my HOME variable by doing
> > >     $echo $HOME
> > >    which shows
> > >    /home/satish/
> > >3..I put .bashrc under /home/satish which has one line : shopt -s nocaseglob
> > >4..I logged off and started bash shell again by clicking start -> Cygwin
> > >Solutions -> Cygwin 1.1 Bash Shell
> > >5..Then I typed:
> > >     $shopt
> > >6..It still shows nocaseglob  as off ???
> > >
> > >Anyone knows the solution? What am I doing wrong?
> > >
> > >Thanks,
> > >
> > >Satish
> > 
> > Are you invoking bash with --login?  Are you sure your .bashrc is being
> > invoked?
> > 
> > Larry Hall                              lhall@rfk.com
> > RFK Partners, Inc.                      http://www.rfk.com
> > 118 Washington Street                   (508) 893-9779 - RFK Office
> > Holliston, MA 01746                     (508) 893-9889 - FAX
>
>--
>Want to unsubscribe from this list?
>Send a message to cygwin-unsubscribe@sourceware.cygnus.com



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: .bashrc is not being invoked
  2000-07-18 12:12 Earnie Boyd
@ 2000-07-18 22:50 ` Satish Kamatkar
  0 siblings, 0 replies; 5+ messages in thread
From: Satish Kamatkar @ 2000-07-18 22:50 UTC (permalink / raw)
  To: earnie_boyd, cygwin

Cool. Thanks. This worked! - Satish
----- Original Message -----
From: "Earnie Boyd" <earnie_boyd@yahoo.com>
To: "Satish Kamatkar" <satish@marathimitra.com>;
<cygwin@sourceware.cygnus.com>
Sent: Tuesday, July 18, 2000 12:12 PM
Subject: Re: .bashrc is not being invoked


> --- Satish Kamatkar <satish@marathimitra.com> wrote:
> > Yes, .bashrc is not being invoked. That's precisely my problem. I don't
> > know why? How do I get it to invoke? Following are the lines from my
> > cygwin.bat:
> >
> > @echo off
> > d:
> > chdir \cygwin\bin
> > bash --login -i
> >
>
> You will need to source it in the /etc/profile file.  I.E.: add the
following
> to /etc/profile:
>
> . ~/.bashrc
>
> Cheers,
>
> =====
> ---
>    Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
>             __Cygwin: POSIX on Windows__
> Cygwin Newbies: < http://gw32.freeyellow.com/ >
>            __Minimalist GNU for Windows__
>   Mingw32 List: < http://www.egroups.com/group/mingw32/ >
>     Mingw Home: < http://www.mingw.org/ >
>
> __________________________________________________
> Do You Yahoo!?
> Get Yahoo! Mail - Free email you can access from anywhere!
> http://mail.yahoo.com/
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: .bashrc is not being invoked
@ 2000-07-18 12:12 Earnie Boyd
  2000-07-18 22:50 ` Satish Kamatkar
  0 siblings, 1 reply; 5+ messages in thread
From: Earnie Boyd @ 2000-07-18 12:12 UTC (permalink / raw)
  To: Satish Kamatkar, cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 933 bytes --]

--- Satish Kamatkar <satish@marathimitra.com> wrote:
> Yes, .bashrc is not being invoked. That's precisely my problem. I don't
> know why? How do I get it to invoke? Following are the lines from my
> cygwin.bat:
> 
> @echo off
> d:
> chdir \cygwin\bin
> bash --login -i
> 

You will need to source it in the /etc/profile file.  I.E.: add the following
to /etc/profile:

. ~/.bashrc

Cheers,

=====
---
   Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
            __Cygwin: POSIX on Windows__
Cygwin Newbies: < http://gw32.freeyellow.com/ >
           __Minimalist GNU for Windows__
  Mingw32 List: < http://www.egroups.com/group/mingw32/ >
    Mingw Home: < http://www.mingw.org/ >

__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* .bashrc is not being invoked
@ 2000-07-16 19:14 Satish Kamatkar
  0 siblings, 0 replies; 5+ messages in thread
From: Satish Kamatkar @ 2000-07-16 19:14 UTC (permalink / raw)
  To: cygwin

Hello,

Yesterday I got cygwin on Windows 987 and am trying to get the filename
completion - case insensitive working without any luck.

1..I have installed cygwin in c:\cygwin\
2..I inspected my HOME variable by doing
    $echo $HOME
   which shows
   /home/satish/
3..I put .bashrc under /home/satish which has one line : shopt -s nocaseglob
4..I logged off and started bash shell again by clicking start -> Cygwin
Solutions -> Cygwin 1.1 Bash Shell
5..Then I typed:
    $shopt
6..It still shows nocaseglob  as off ???

Anyone knows the solution? What am I doing wrong?

Thanks,

Satish


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2000-07-18 22:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <4.3.1.2.20000717094314.00b233b0@pop.ma.ultranet.com>
2000-07-18 11:12 ` .bashrc is not being invoked Satish Kamatkar
2000-07-18 11:33   ` Larry Hall (RFK Partners, Inc)
2000-07-18 12:12 Earnie Boyd
2000-07-18 22:50 ` Satish Kamatkar
  -- strict thread matches above, loose matches on Subject: below --
2000-07-16 19:14 Satish Kamatkar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).