This commit is contained in:
2026-04-01 14:06:08 +02:00
parent ce30cb93d5
commit cb6606340f
16 changed files with 108 additions and 75 deletions
@@ -14,3 +14,9 @@ zstyle ':completion:*' squeeze-slashes true
zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}"
zstyle ':completion:*:descriptions' format '%F{cyan}-- %d --%f'
zstyle ':completion:*:warnings' format '%F{red}-- no matches --%f'
# Jujutsu
if (( $+commands[jj] )); then
source <(jj util completion zsh)
fi