Add header config knob

This commit is contained in:
Pandu POLUAN 2024-02-28 10:55:37 +07:00
commit e3cfce0dd5
2 changed files with 14 additions and 0 deletions

View file

@ -25,6 +25,17 @@ If `true`, directories will be grouped first.
Default: `false`
### `header`
```zsh
zstyle ':omz:plugins:eza' 'header' $BOOL
```
If `true`, always add `-h` flag to add a header row for each column.
Default: `false`
### `showgroup`
```zsh