Skip to content

Commit

Permalink
chore: 🚸 update zsh defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Dec 31, 2022
1 parent 7289a41 commit dae403d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ case ${SHELL} in
*zsh)
# turn case sensitivity off
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
# pasting with tabs doesn't perform completion
zstyle ':completion:' insert-tab pending

# global
alias -g w0="| rg '\s0\.\d+'"
Expand Down

0 comments on commit dae403d

Please sign in to comment.