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
|
||||
colors
|
||||
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
|
||||
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
|
||||
|
||||
precmd() {
|
||||
local exit_code=$?
|
||||
local prompt_git_branch
|
||||
|
|
|
|||
Loading…
Reference in a new issue