Skip to content

Commit

Permalink
zsh: complete g like git
Browse files Browse the repository at this point in the history
Show all commands rather than the common/alias/all grouping
  • Loading branch information
benknoble committed Nov 25, 2024
1 parent e2c8083 commit c7e4d7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions links/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ zstyle ':completion:*' matcher-list '' 'm:{a-z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:
# thing is nice, but most of the commands I *know* already (I'm not learning
# git), and further it makes it stupid hard to get to aliases in completion
zstyle ':completion:*:*:git:*' tag-order all-commands
zstyle ':completion:*:*:g:*' tag-order all-commands

# completion }}}

Expand Down

0 comments on commit c7e4d7c

Please sign in to comment.