Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Best way to test for zsh features?



Hi all,

What's the best/cleanest/most "correct" way of checking for zsh features in an .zshrc? I've started to use vcs_info as part of my prompt, which works wonderfully in zsh's new enough to have that available, but gives me "function definition file not found" on machines with older zsh installations (that I'm unable to upgrade).

Testing $ZSH_VERSION springs to mind, but I'm wondering if there's a way to do the equivalent of vim's "has('feature_x')" to see if the zsh I'm in has vcs_info available?

Apologies in advance if I'm missing something very obvious...


Thanks

John

--
John O'Shea
Wordbank Limited
33 Charlotte Street, London W1T 1RR
Direct line: +44 (0) 20 7903 8829
Fax: +44 (0) 20 7903 8888
<http://www.wordbank.com/>



Messages sorted by: Reverse Date, Date, Thread, Author