AutoYADM commit: 2025-07-18 23:53:28
This commit is contained in:
parent
8b7f528907
commit
a9ba741e32
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ provide-module local-kakrc %—
|
|||
}
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue