On Thu, Jan 7, 2010 at 12:34 PM, Wayne Erfling wrote: > Turns out the solution for me was to put the commands into .bash_profile > instead of .bashrc
Bash reads .bashrc in non-login shells and .bash_profile in login shells. What I do is put the stuff I want done in both cases in .bashrc and have .bash_profile source .bashrc. -- Mark J. Reed <markjr...@gmail.com> -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple