Minor change: Make space after eza conditional

This commit is contained in:
Pandu E POLUAN 2024-02-28 10:43:30 +07:00 committed by GitHub
commit a632f070e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ _configure_eza
function _alias_eza() {
local _head="${(j::)_EZA_HEAD}$2"
local _tail="${(j: :)_EZA_TAIL}"
alias "$1"="eza ${_head:+-}${_head}${_tail:+ }${_tail}${3:+ }$3"
alias "$1"="eza${_head:+ -}${_head}${_tail:+ }${_tail}${3:+ }$3"
}
_alias_eza la la