mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Use green_bold instead of green on juanghurtado.zsh-theme
This commit is contained in:
parent
7cdb708213
commit
02d63f28f6
1 changed files with 2 additions and 2 deletions
|
|
@ -11,9 +11,9 @@ function git_prompt_sha() {
|
||||||
|
|
||||||
# Prompts
|
# Prompts
|
||||||
PROMPT='
|
PROMPT='
|
||||||
%{$fg[green]%}%n@%m%{$fg[white]%}:%{$fg[yellow]%}%~%u$(parse_git_dirty)%{$reset_color%}
|
%{$fg_bold[green]%}%n@%m%{$fg[white]%}:%{$fg[yellow]%}%~%u$(parse_git_dirty)%{$reset_color%}
|
||||||
%{$fg[blue]%}>%{$reset_color%} '
|
%{$fg[blue]%}>%{$reset_color%} '
|
||||||
RPROMPT='%{$fg[green]%}$(current_branch) $(git_prompt_sha) $(git_prompt_status)%{$reset_color%}'
|
RPROMPT='%{$fg_bold[green]%}$(current_branch) $(git_prompt_sha) $(git_prompt_status)%{$reset_color%}'
|
||||||
|
|
||||||
ZSH_THEME_GIT_PROMPT_PREFIX=""
|
ZSH_THEME_GIT_PROMPT_PREFIX=""
|
||||||
ZSH_THEME_GIT_PROMPT_SUFFIX=""
|
ZSH_THEME_GIT_PROMPT_SUFFIX=""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue