AutoYADM commit: 2025-07-18 23:53:28

This commit is contained in:
Daniel Fichtinger 2025-07-18 23:53:28 -04:00
parent 8b7f528907
commit a9ba741e32

View file

@ -83,7 +83,8 @@ provide-module local-kakrc %—
} }
complete-command local-kakrc-add-trusted shell-script-candidates %{ complete-command local-kakrc-add-trusted shell-script-candidates %{
fd -td --exclude '.git' --base-directory "$PWD" . find . -type d -name .git -prune -o -type d -print |
awk -F/ '$0 != "." { sub("^./", "", $0); print }'
} }
# syntax highlighting for .kakrc # syntax highlighting for .kakrc