Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ Path: not-for-mail From: Andrew DeFaria Newsgroups: gmane.os.cygwin Subject: Re: Bash shell extension ? Date: Fri, 12 Apr 2002 12:21:02 -0700 Lines: 44 Message-ID: <3CB7339E.6080409@Salira.com> References: <019201c1e1cf$7026dec0$52b4fc3e AT nori> <3CB70C91 DOT 204 AT DeFaria DOT com> <3CB71B61 DOT 6020707 AT dramgo DOT co DOT uk> Reply-To: cygwin AT cygwin DOT com NNTP-Posting-Host: 206.184.204.2 Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1018639256 30498 206.184.204.2 (12 Apr 2002 19:20:56 GMT) X-Complaints-To: usenet AT main DOT gmane DOT org NNTP-Posting-Date: Fri, 12 Apr 2002 19:20:56 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us Donald MacVicar wrote: > Andrew DeFaria wrote: > >> Sam Edge wrote: >> >>> [HKEY_CLASSES_ROOT\Directory\shell\BashHere] >>> @="&Bash Prompt Here" >>> [HKEY_CLASSES_ROOT\Directory\shell\BashHere\command] >>> @="c:\\cygwin\\bin\\bash.exe -c \"cd '%1' ; exec /bin/bash\"" >>> [HKEY_CLASSES_ROOT\Drive\shell\BashHere] >>> @="&Bash Prompt Here" >>> [HKEY_CLASSES_ROOT\Drive\shell\BashHere\command] >>> @="c:\\cygwin\\bin\\bash.exe -c \"cd '%1' ; exec /bin/bash\"" >> >> >> Personally I'm fond of "Bash this!" instead of "Bash Prompt Here" :-) ! >> >> Also, the above does not handle the issue of the user's startup >> scripts. Here's what I have: >> >> HKEY_CLASSES_ROOT\Directory\shell\BashHere] >> @="B&ash this!" >> [HKEY_CLASSES_ROOT\Directory\shell\BashHere\command] >> @="rxvt -e bash -c \"cd '%1';exec bash -rcfile ~/.bash_login\"" >> [HKEY_CLASSES_ROOT\Drive\shell\BashHere] >> @="B&ash this!" >> [HKEY_CLASSES_ROOT\Drive\shell\BashHere\command] >> @="rxvt -e bash -c \"cd '%1';exec bash -rcfile ~/.bash_login\"" >> >> Note if you do not wish to use rxvt then simply remove the "rxvt -e " >> portion. This also makes the assumption that Cygwin's bin is in your >> Windows System Environment variable PATH (which is should be, >> especially if you use inetd) and that you've appropriately named your >> bash startup stuff .bash > > > surely you could just have @="rxvt -ls -e bash -c \"cd '%1'; exec bash > --login\"" and then all the startup scripts would be run properly? Nope! Because --login runs /etc/profile and /etc/profile cd's to $HOME! > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/