lsd-rs/lsd

[Bug]: LSD not reading config.yaml

Opened this issue · 5 comments

Version

  • latest

version

1.1.2

What OS are you seeing the problem on?

MSYS2/UCRT64

installation

pacman -S mingw-w64-ucrt-x86_64-lsd

term

xterm

ls-colors

Empty

What happened?

Settings in config.yaml don't make any change in lsd -l's output. Enabling the header doesn't show a header. Sorting by directory first doesn't sort. Disabling columns doesn't disable them, etc. 

For context, I'm editing /home/tyler.shellberg/.config/lsd/config.yaml. The LSD folder is right next to a config folder for Fish and Git, so it seems to be in the right spot.

What expected?

Options in config.yaml should change behavior of lsd -l output.

What else?

I'm on Fish shell, if that matters.

where is your config.yaml located?
it should be ~/.config/lsd/config.yaml

I am also using fish, it does not matter

where is your config.yaml located? it should be ~/.config/lsd/config.yaml

I am also using fish, it does not matter

I put that in the issue, but yes, mine is in the correct spot.

I am experiencing the same issue, The config file is in the correct lsd directory, I am on void linux if that makes any difference, I have tried with alacritty, gnome-terminal, and kitty, I have been trying to change the theme/colors and all result in defaults even with theme:custom set

Ok I stand corrected, It was confusion on my part, It's working properly, I used default theme colors with theme:custom set, It's now working on my end. Still in the learning stage of lsd.

I can work around it for now by manually pointing it to the config.yaml's location with the --config option, but it's a bit annoying.