From: ralf AT wamba DOT central DOT de (Ralf Meyer) Subject: Re: Newbie questions.... 25 Mar 1998 09:30:38 -0800 Message-ID: References: <09DB74475204D1119C8200805F19D00301474E20 AT aeromsg1 DOT ball DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT To: gnu-win32 AT cygnus DOT com > From: "Nagle, Adrian" > However, some questions. I've tried to find the information on the > web, but haven't been successful. How does bash work in CYGWIN-32? > I can't figure out how to set the $HOME variable. I have my > .bash_profile and bashrc in my home directory to configure my > environment, but executing the cygnus.bat file (to start bash) will > not source those files and it puts me in the desktop directory. How > do I configure bash so that it sources my config files? Just add something like this to cygnus.bat: --- set USER=%USERNAME% set HOME=/home/%USER% --- I mounted a subdir of my liking to /home: i.e. mount d:/users /home -- bye ranf - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".