From fe24bd6f4536966c580804002cbac8147289d5bf Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 2 Sep 2022 15:58:02 -0500 Subject: [PATCH] let make complete itself --- lib/prompt.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/prompt.zsh b/lib/prompt.zsh index 03f622b..249310e 100755 --- a/lib/prompt.zsh +++ b/lib/prompt.zsh @@ -26,3 +26,5 @@ else setopt PROMPT_SUBST PROMPT='%F{green}%*%f %F{blue}%~%f %F{red}${vcs_info_msg_0_}%f$ ' fi + +zstyle ':completion::complete:make:*:targets' call-command true