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 Feb 25, 2024
1 parent b4c0b89 commit 0eeddee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,14 @@ ccc() {
# configuration
case ${SHELL} in
*zsh)
autoload -Uz edit-command-line
zle -N edit-command-line
# turn case sensitivity off
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
# other options
zstyle ':completion:*' menu select
zstyle ":completion:*" file-sort change
zstyle ":completion:*" use-cache yes
# pasting with tabs doesn't perform completion
zstyle ':completion:' insert-tab pending
;;
Expand Down

0 comments on commit 0eeddee

Please sign in to comment.