zsh: Add completion for Makefile implicit targets
This commit is contained in:
parent
78c58b93bd
commit
091431f82b
3
.zshrc
3
.zshrc
@ -75,6 +75,9 @@ plugins=(
|
|||||||
# zsh-history-substring-search
|
# zsh-history-substring-search
|
||||||
)
|
)
|
||||||
|
|
||||||
|
zstyle ':completion:*:make:*:targets' call-command true
|
||||||
|
zstyle ':completion:*:make:*' tag-order 'targets'
|
||||||
|
|
||||||
source $HOME/.bash_aliases
|
source $HOME/.bash_aliases
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user