X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <49DE3F05.3070905@x-ray.at> Date: Thu, 09 Apr 2009 20:31:33 +0200 From: Reini Urban User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.19) Gecko/20081204 SeaMonkey/1.1.14 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: duplicate *.exe commands References: <20090409022312 DOT 19895 DOT qmail AT smasher DOT org> <20090409072354 DOT 23882 DOT qmail AT smasher DOT org> In-Reply-To: <20090409072354.23882.qmail@smasher.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 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/