mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Newline for prompt! I've had enough!
This commit is contained in:
parent
1120f97305
commit
9e12215ce4
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\
|
||||
%{$reset_color%}:%{$fg[magenta]%}%~\
|
||||
$(git_prompt_info) \
|
||||
%{$fg[red]%}%(!.#.»)%{$reset_color%} '
|
||||
%{$fg[red]%}
|
||||
%(!.#.»)%{$reset_color%} '
|
||||
PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
|
||||
RPS1='${return_code}'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue