mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
fix(bira): fix color bleed in user_host prompt section (#10505)
Fixes #10505
This commit is contained in:
parent
a94e263426
commit
1b01496c21
@ -1,5 +1,5 @@
|
|||||||
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
|
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
|
||||||
local user_host="%B%(!.%F{red}.%F{green})%n@%m %{$reset_color%}"
|
local user_host="%B%(!.%{$fg[red]%}.%{$fg[green]%})%n@%m%{$reset_color%} "
|
||||||
local user_symbol='%(!.#.$)'
|
local user_symbol='%(!.#.$)'
|
||||||
local current_dir="%B%{$fg[blue]%}%~ %{$reset_color%}"
|
local current_dir="%B%{$fg[blue]%}%~ %{$reset_color%}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user