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: duplicate *.exe commands


On Thu, Apr 9, 2009 at 3:23 AM, Atom Smasher wrote:
> ah, bash... i remember when that was the best shell...

No-one's claiming anything about "best", but since bash is the
*default* shell on Cygwin, it would have been helpful to mention in
the first place that you're using something else.

> ## cygwin only: commands that auto-complete with and without .exe suffix are annoying.
> [[ ${OSTYPE} == cygwin ]] && { hash -f ; unhash -m '*.exe' }

You probably want to unhash -m '*.dll', too.

-- 
Mark J. Reed <markjreed@gmail.com>

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