Skip to content

Commit

Permalink
fix: 🐛
Browse files Browse the repository at this point in the history
Signed-off-by: Salvydas Lukosius <[email protected]>
  • Loading branch information
ss-o committed Feb 23, 2023
1 parent 40a3c66 commit c04eab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion functions/.zsh-lsd
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c04eab6

Please sign in to comment.