mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
ion.zsh-theme: Use a blue prompt character after all
This commit is contained in:
parent
8deb46ed81
commit
653f148b82
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ add-zsh-hook precmd ohmyzsh_ion_precmd
|
|||
|
||||
local color_error="$fg_bold[red]"
|
||||
local color_info="$fg_bold[black]"
|
||||
local color_user="$fg_bold[cyan]"
|
||||
local color_user="$fg_bold[blue]"
|
||||
local color_root="$fg_bold[red]"
|
||||
|
||||
local newline=$'\n'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue