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


Atom Smasher schrieb:
try this - http://www.smasher.org/zsh/zshrc-v0.147.gz http://www.smasher.org/zsh/

like i said... i'm a *nix guy, and there are a few cygwin optimizations in there that make cygwin/zsh feel much more like home.

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


This could go to zsh upstream.

--
Reini Urban
http://phpwiki.org/  http://murbreak.at/

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