diff --git a/config.yaml b/config.yaml index 25c61b4..7fbb236 100644 --- a/config.yaml +++ b/config.yaml @@ -110,7 +110,7 @@ sorting: # Whether to group directories together and where. # When "classic" is set, this is set to "none". # Possible values: first, last, none - dir-grouping: none + dir-grouping: first # == No Symlink == # Whether to omit showing symlink targets diff --git a/functions/.zsh-lsd b/functions/.zsh-lsd index fd269a4..7990df4 100755 --- a/functions/.zsh-lsd +++ b/functions/.zsh-lsd @@ -14,7 +14,7 @@ if (( $+commands[lsd] )); then typeset enable_autocd=0 typeset -ag lsd_params - lsd_params=('--config-file ${Plugins[ZSH_LSD]}/config.yaml') + lsd_params=(--config-file=${Plugins[ZSH_LSD]}/config.yaml) alias ls='lsd $lsd_params' alias ll='lsd --all --header --long $lsd_params'