From 883935d467a725b83c01129768994869aa518968 Mon Sep 17 00:00:00 2001 From: Bojun Ren Date: Mon, 29 Jul 2024 14:32:33 +0800 Subject: [PATCH] fix: zsh completion definition --- scripts/cheat.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cheat.zsh b/scripts/cheat.zsh index befe1b2..675c9f8 100755 --- a/scripts/cheat.zsh +++ b/scripts/cheat.zsh @@ -62,4 +62,4 @@ _cheat() { esac } -compdef _cheat cheat +_cheat "$@"