zsh: Add completion for Makefile implicit targets

This commit is contained in:
2023-02-17 16:51:34 +01:00
parent f0dff865a4
commit 204c530bd2
+3
View File
@@ -75,6 +75,9 @@ plugins=(
# zsh-history-substring-search
)
zstyle ':completion:*:make:*:targets' call-command true
zstyle ':completion:*:make:*' tag-order 'targets'
source $HOME/.bash_aliases
source $ZSH/oh-my-zsh.sh