mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge 9e12215ce4 into 291e96dcd0
This commit is contained in:
commit
35c5233586
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
|
||||||
PROMPT='%{$fg[$NCOLOR]%}%n%{$reset_color%}@%{$fg[cyan]%}%m\
|
PROMPT='%{$fg[$NCOLOR]%}%n%{$reset_color%}@%{$fg[cyan]%}%m\
|
||||||
%{$reset_color%}:%{$fg[magenta]%}%~\
|
%{$reset_color%}:%{$fg[magenta]%}%~\
|
||||||
$(git_prompt_info) \
|
$(git_prompt_info) \
|
||||||
%{$fg[red]%}%(!.#.»)%{$reset_color%} '
|
%{$fg[red]%}
|
||||||
|
%(!.#.»)%{$reset_color%} '
|
||||||
PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
|
PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
|
||||||
RPS1='${return_code}'
|
RPS1='${return_code}'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue