Use zstyle -T|-t to allow bool-ish values

This commit is contained in:
Pandu POLUAN 2024-02-28 10:40:21 +07:00
commit c7c7dd81ac
2 changed files with 6 additions and 8 deletions

View file

@ -20,9 +20,9 @@ All configurations are done using the `zstyle` command in the `:omz:plugins:eza`
zstyle ':omz:plugins:eza' 'dirs-first' $BOOL
```
If `1`, directories will be grouped first.
If `true`, directories will be grouped first.
Default: `0`
Default: `false`
### `showgroup`
@ -31,9 +31,9 @@ Default: `0`
zstyle ':omz:plugins:eza' 'showgroup' $BOOL
```
If `1` (default), always add `-g` flag to show the group ownership.
If `true` (default), always add `-g` flag to show the group ownership.
Default: `1`
Default: `true`
### `time-style`