From 8fdbafb627febbd8860b36a3e61b05e341b7ba1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin-Charles=20Guih=C3=A9neuf?= 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