mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
feat(eza): add support for eza icons option
This commit is contained in:
parent
e0c6cb1470
commit
5f2cb6a8ca
1 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,9 @@ function _configure_eza() {
|
|||
if zstyle -t ':omz:plugins:eza' 'git-status'; then
|
||||
_EZA_TAIL+=("--git")
|
||||
fi
|
||||
if zstyle -t ':omz:plugins:eza' 'icons'; then
|
||||
_EZA_TAIL+=("--icons")
|
||||
fi
|
||||
zstyle -s ':omz:plugins:eza' 'time-style' _val
|
||||
if [[ $_val ]]; then
|
||||
_EZA_TAIL+=("--time-style='$_val'")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue