feat: omz -> direct, z -> zoxide, rg and fzf bindings

This commit is contained in:
2026-02-12 10:35:02 +00:00
parent 41c8b97786
commit 2486afd158
6 changed files with 120 additions and 47 deletions

View File

@@ -65,6 +65,10 @@ binaries: List[Text] = [
# langauge: js
"node",
"npm",
# search & navigation
"fzf",
"zoxide",
"rg",
]
binaries = [binary for binary in binaries if binary is not None]