mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
Removed linefeed from prompt
This commit is contained in:
parent
cc92cc1c23
commit
f32ed3b172
1 changed files with 1 additions and 2 deletions
|
|
@ -95,6 +95,5 @@ function steeef_precmd {
|
||||||
}
|
}
|
||||||
add-zsh-hook precmd steeef_precmd
|
add-zsh-hook precmd steeef_precmd
|
||||||
|
|
||||||
PROMPT=$'
|
PROMPT=$'%{$purple%}[${PR_RST} %{$limegreen%}%~${PR_RST} %{$purple%}]${PR_RST} $vcs_info_msg_0_$(virtualenv_info)
|
||||||
%{$purple%}[${PR_RST} %{$limegreen%}%~${PR_RST} %{$purple%}]${PR_RST} $vcs_info_msg_0_$(virtualenv_info)
|
|
||||||
$ '
|
$ '
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue