Fix broot config for noenter

main
trivernis 10 months ago
parent 2bd663eb4a
commit 0fc76dcf1e
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -5,9 +5,9 @@ icon_theme = "vscode"
[special-paths]
"**/.git" = "hide"
"**/target" = "noenter"
"**/dist" = "noenter"
"**/out" = "noenter"
"**/target" = "no-enter"
"**/dist" = "no-enter"
"**/out" = "no-enter"
[[verbs]]
invocation = "open"

Loading…
Cancel
Save