1## vim:ft=zsh
2## Written by Frank Terbeck <ft@bewatermyfriend.org>
3## Distributed under the same BSD-ish license as zsh itself.
4
5setopt localoptions NO_shwordsplit chaselinks
6# -q to avoid chpwd() invocations
7( builtin cd -q $1 2>/dev/null && pwd; )
8