feat: enable minimal zsh completion

This commit is contained in:
mwiegand 2026-04-19 16:46:40 +02:00
parent b51c780f48
commit b5c26a8336
No known key found for this signature in database

5
.zshrc
View file

@ -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