How an I list all of the styles defined in a zsh session using the zstyle command? I would like to know this so I know what configuration options are available to me.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
|||
|
|
|
This is a far cry from your goal of listing all the styles that you can configure. For one thing, styles can be based on wildcards, which can be instantiated in infinitely many ways (for example, completion settings can be set per command). There is no declaration of styles: a function that can be configured through a style calls the |
|||||
|