From b5c26a8336d06c9eec20192fd1de02d858097f5c Mon Sep 17 00:00:00 2001 From: mwiegand Date: Sun, 19 Apr 2026 16:46:40 +0200 Subject: [PATCH] feat: enable minimal zsh completion --- .zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zshrc b/.zshrc index 18895c5..4888045 100644 --- a/.zshrc +++ b/.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