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