mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
Changing to a zsh-theme that appears not to suffer from the offset
madness from plain putty
This commit is contained in:
parent
6febdea2df
commit
51f28dfc43
2 changed files with 2 additions and 3 deletions
|
|
@ -102,7 +102,7 @@ $(myjobs)%(!.%{$fg[red]%}#.%{$fg[cyan]%}❯)%{$reset_color%} '
|
|||
}
|
||||
|
||||
# display exitcode on the right when >0
|
||||
return_code="%(?..%{$fg[magenta]%}%? ↲ %{$reset_color%}) "
|
||||
return_code="%(?..%F{magenta}%? ↲ %f) "
|
||||
|
||||
RPROMPT='${return_code}$(git_prompt_info)$(git_prompt_short_sha)$(my_git_prompt_status_and_time)'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue