Update upgrade_system to work with .zshrc rework and have case insensitive completions in zsh
This commit is contained in:
parent
816c557a77
commit
441ad802e7
2 changed files with 3 additions and 19 deletions
chezmoi
|
@ -102,6 +102,8 @@ SAVEHIST=10485760
|
|||
bindkey '^R' history-incremental-search-backward
|
||||
bindkey -e
|
||||
zstyle ':completion:*' menu select
|
||||
# case-insensitive,partial-word and then substring completion
|
||||
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
|
||||
bindkey '^[[Z' reverse-menu-complete
|
||||
|
||||
export TERM='xterm-256color'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue