From a8e7178fe7411a7f31bfb7aecf0f5f6da6b19327 Mon Sep 17 00:00:00 2001 From: Pandu POLUAN Date: Thu, 29 Feb 2024 09:26:43 +0700 Subject: [PATCH] Use yes|no instead of true|false --- plugins/eza/README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/plugins/eza/README.md b/plugins/eza/README.md index ff9813ef8..dcd338dfd 100644 --- a/plugins/eza/README.md +++ b/plugins/eza/README.md @@ -17,51 +17,51 @@ All configurations are done using the `zstyle` command in the `:omz:plugins:eza` ### `dirs-first` ```zsh -zstyle ':omz:plugins:eza' 'dirs-first' $BOOL +zstyle ':omz:plugins:eza' 'dirs-first' yes|no ``` -If `true`, directories will be grouped first. +If `yes`, directories will be grouped first. -Default: `false` +Default: `no` ### `git-status` ```zsh -zstyle ':omz:plugins:eza' 'git-status' $BOOL +zstyle ':omz:plugins:eza' 'git-status' yes|no ``` -If `true`, always add `--git` flag to indicate git status (if tracked / in a git repo). +If `yes`, always add `--git` flag to indicate git status (if tracked / in a git repo). -Default: `false` +Default: `no` ### `header` ```zsh -zstyle ':omz:plugins:eza' 'header' $BOOL +zstyle ':omz:plugins:eza' 'header' yes|no ``` -If `true`, always add `-h` flag to add a header row for each column. +If `yes`, always add `-h` flag to add a header row for each column. -Default: `false` +Default: `no` ### `showgroup` ```zsh -zstyle ':omz:plugins:eza' 'showgroup' $BOOL +zstyle ':omz:plugins:eza' 'showgroup' yes|no ``` -If `true` (default), always add `-g` flag to show the group ownership. +If `yes` (default), always add `-g` flag to show the group ownership. -Default: `true` +Default: `yes` ### `size-prefix` ```zsh -zstyle ':omz:plugins:eza' 'size-prefix' ('binary'|'none'|'si') +zstyle ':omz:plugins:eza' 'size-prefix' (binary|none|si) ``` Choose the prefix to be used in displaying file size: