How to pass arguments for ls/lsd #41
Replies: 1 comment 1 reply
-
As a hacky workaround, you can create a symlink to lsd for exa like: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use lsd instead for exa/eza. I do not have exa on my path, so the plug in fall back to ls. Currently I am diong this
set -U fifc_exa_opts --depth 2 --tree --color=always
but it's not working.Beta Was this translation helpful? Give feedback.
All reactions