This commit is contained in:
2026-08-04 20:09:41 +02:00
parent 35376014de
commit b0d29466fc
6 changed files with 261 additions and 247 deletions
@@ -40,7 +40,7 @@ if (( $+commands[starship] )); then
uy_starship_accent "${STARSHIP_CONFIG:-$HOME/.config/starship.toml}" &&
uy_accent=$REPLY
PROMPT="%F{${uy_accent:-blue}}#%f " zle .reset-prompt
PROMPT="%F{${uy_accent:-blue}}$%f " zle .reset-prompt
}
autoload -Uz add-zle-hook-widget