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/