From 537c81658aa1d832939ffef05faf460116c85fef Mon Sep 17 00:00:00 2001 From: Robin-Charles GUIHENEUF Date: Mon, 5 Oct 2020 14:18:27 +0200 Subject: [PATCH] zsh: Add completion for Makefile implicit targets --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) 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