fix: zsh completion definition

This commit is contained in:
Bojun Ren 2024-07-29 14:32:33 +08:00
parent 7908a678df
commit 883935d467
1 changed files with 1 additions and 1 deletions

View File

@ -62,4 +62,4 @@ _cheat() {
esac
}
compdef _cheat cheat
_cheat "$@"