mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
two-line theme fix
This commit is contained in:
parent
4647dd4332
commit
15629055ca
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ function _show_rvm_prompt() {
|
|||
|
||||
local return_code="%(?..%{$red%}%? ↵%{$reset_color%})"
|
||||
|
||||
PROMPT='
|
||||
%{$magenta%}%n@%m%{$reset_color%}: %{$blue%}%~ $(git_prompt_info)%{$reset_color%}
|
||||
|
||||
PROMPT='%{$magenta%}%n@%m%{$reset_color%}: %{$blue%}%~ $(git_prompt_info)%{$reset_color%}
|
||||
$(_show_rvm_prompt)> '
|
||||
|
||||
RPS1="${return_code}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue