Skip to content

Commit

Permalink
Case insensitive again
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Aug 3, 2024
1 parent 530e195 commit ae0e928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ unsetopt flow_control
# Display a list of the available candidates instead of just cycling
# through them blindly.
zstyle ':completion:*' menu select
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'

# If there is only one candidate just insert it.
zstyle ':autocomplete:*complete*:*' insert-unambiguous yes
Expand Down

0 comments on commit ae0e928

Please sign in to comment.