mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-17 04:29:14 +02:00
Make return code bold
This commit is contained in:
parent
35095af27a
commit
092ff1cb5c
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ local git_branch='$(git_prompt_info)%{$reset_color%}'
|
|||
|
||||
PROMPT="╭─${user_host} ${current_dir} ${rvm_ruby} ${git_branch}
|
||||
╰─%B${user_symbol}%b "
|
||||
RPS1="${return_code}"
|
||||
RPS1="%B${return_code}%b"
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue