How to pass arguments for ls/lsd #41
Unanswered
FahimAnayet
asked this question in
Q&A
Replies: 1 comment
-
As a hacky workaround, you can create a symlink to lsd for exa like: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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