mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Use bold (bright) font
This commit is contained in:
parent
3087fc8d7d
commit
d6b6f7a7f6
1 changed files with 5 additions and 5 deletions
|
|
@ -4,12 +4,12 @@ function ssh_username_hostname() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[cyan]%}git:(%{$fg[red]%}"
|
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[cyan]%}git:(%{$fg_bold[red]%}"
|
||||||
ZSH_THEME_GIT_PROMPT_SUFFIX=" "
|
ZSH_THEME_GIT_PROMPT_SUFFIX=" "
|
||||||
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[yellow]%}X%{$fg[cyan]%})"
|
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg_bold[yellow]%}X%{$fg_bold[cyan]%})"
|
||||||
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[cyan]%})"
|
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[cyan]%})"
|
||||||
|
|
||||||
local current_dir="%{$fg[blue]%}%~ "
|
local current_dir="%{$fg_bold[blue]%}%~ "
|
||||||
local ret_status="%(?:%{$fg_bold[green]%}:%{$fg_bold[red]%}%? )%# "
|
local ret_status="%(?:%{$fg_bold[green]%}:%{$fg_bold[red]%}%? )%# "
|
||||||
|
|
||||||
PROMPT='$(ssh_username_hostname)${current_dir}$(git_prompt_info)${ret_status}%{$reset_color%}'
|
PROMPT='%s$(ssh_username_hostname)${current_dir}$(git_prompt_info)${ret_status}%{$reset_color%}'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue