Unverified Commit 12669f29 authored by Thomas De Backer's avatar Thomas De Backer Committed by GitHub
Browse files

fix(gentoo): fix tab color completion (#9810)

This commit fixes an issue in the gentoo theme introduced in 3bb5e977

.
Due to incorrect line width calculations, colors are incorrectly applied
when using tab.

Fixes #9778
Signed-off-by: default avatarThomas De Backer <mosterdt@debacker.me>
parent e9f805a3
...@@ -25,4 +25,4 @@ gentoo_precmd() { ...@@ -25,4 +25,4 @@ gentoo_precmd() {
autoload -U add-zsh-hook autoload -U add-zsh-hook
add-zsh-hook precmd gentoo_precmd add-zsh-hook precmd gentoo_precmd
PROMPT='%(!.%B%F{red}.%B%F{green}%n@)%m %F{blue}%(!.%1~.%~) ${vcs_info_msg_0_}%(!.#.$)%{$reset_color%} ' PROMPT='%(!.%B%F{red}.%B%F{green}%n@)%m %F{blue}%(!.%1~.%~) ${vcs_info_msg_0_}%(!.#.$)%k%b%f '
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment