feat: enable minimal zsh completion
This commit is contained in:
parent
b51c780f48
commit
b5c26a8336
1 changed files with 5 additions and 0 deletions
5
.zshrc
5
.zshrc
|
|
@ -3,6 +3,11 @@ setopt prompt_subst
|
||||||
autoload -Uz colors
|
autoload -Uz colors
|
||||||
colors
|
colors
|
||||||
|
|
||||||
|
autoload -Uz compinit
|
||||||
|
compinit
|
||||||
|
|
||||||
|
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
|
||||||
|
|
||||||
precmd() {
|
precmd() {
|
||||||
local exit_code=$?
|
local exit_code=$?
|
||||||
local prompt_git_branch
|
local prompt_git_branch
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue