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] [special-paths]
"**/.git" = "hide" "**/.git" = "hide"
"**/target" = "noenter" "**/target" = "no-enter"
"**/dist" = "noenter" "**/dist" = "no-enter"
"**/out" = "noenter" "**/out" = "no-enter"
[[verbs]] [[verbs]]
invocation = "open" invocation = "open"

Loading…
Cancel
Save