ohmybash / oh-my-bash

A delightful community-driven framework for managing your bash configuration, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
https://ohmybash.github.io
MIT License
5.53k stars 624 forks source link

How to autocomplete the files with lsd instead of ls? #543

Open moshpirit opened 3 months ago

moshpirit commented 3 months ago

When using completions, we can type nvim ~/.config/ and press 󰌒 Tab to show the folders and files. They appear like they would if we used ls; is there any way to replicate that but using lsd, which is an improved version of ls?

jvitorinoj commented 1 month ago

This has nothing related to OMB, lsd has its own autocomplete

Check this. https://github.com/lsd-rs/lsd/issues/385