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

What is the _services array?



I recently found the _services array by playing around with "typeset -H" and there's some neat stuff in here, I'm just not sure what it's for or how to make use of it.

Any ideas?

$ for k v in "${(@kv)_services}"; do
 echo "${(q-)k}=${(q-)v}"
done
lzcat=unxz

Zach Riggle



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