mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-03-13 21:33:22 +01:00
Add note on when to config
Also emphasize that changing zstyle for this plugin afterwards will have no effect.
This commit is contained in:
parent
5d2f62a83b
commit
6ad7ca7c13
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ plugins=(... eza)
|
|||
|
||||
All configurations are done using the `zstyle` command in the `:omz:plugins:eza` namespace.
|
||||
|
||||
**NOTE:** The configuring needs to be done prior to OMZ loading the plugins. When the plugin is loaded, changing the `zstyle` won't have any effect.
|
||||
|
||||
### `dirs-first`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue