diff --git a/.zshrc b/.zshrc index 6017f80..56c628a 100644 --- a/.zshrc +++ b/.zshrc @@ -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