You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I have exa --git --tree --icons as a alias for tree. And that works great with normal folders, but when working with symlinked folders tree ./result displays ./result -> /nix/store/rgckxqbb8asdyj0l66i6jrhwzqriahdf-labctl-0.0.15 and when doing tree ./result/ it displays what I actually want displayed:
Currently I have
exa --git --tree --icons
as a alias for tree. And that works great with normal folders, but when working with symlinked folderstree ./result
displays./result -> /nix/store/rgckxqbb8asdyj0l66i6jrhwzqriahdf-labctl-0.0.15
and when doingtree ./result/
it displays what I actually want displayed:I think that behavior makes sense when using exa like ls, but fell like there should be a edgecase for the
--tree
flag.The text was updated successfully, but these errors were encountered: