Skip to content

Commit

Permalink
zshrc: Add autocompletion for make
Browse files Browse the repository at this point in the history
  • Loading branch information
Ran4 committed Dec 11, 2023
1 parent 088a9cf commit 01b7411
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ emulate sh -c "source /etc/profile"
zstyle ':completion:*' hosts off
# Ignore casing when using autocomplete
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
zstyle ':completion:*:*:make:*' tag-order 'targets'
autoload -U compinit && compinit
source ~/.zsh/setopt.zsh
#End of ZSH related configuration }}}
#Keyboard related {{{
Expand Down

0 comments on commit 01b7411

Please sign in to comment.