mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
parent
e85ecf95a9
commit
8cb449ee20
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ typeset +H _hist_no="%{$fg[grey]%}%h%{$reset_color%}"
|
||||||
|
|
||||||
PROMPT='
|
PROMPT='
|
||||||
$(_user_host)${_current_dir} $(git_prompt_info) $(ruby_prompt_info)
|
$(_user_host)${_current_dir} $(git_prompt_info) $(ruby_prompt_info)
|
||||||
%{%(!.%F{red}.%F{white})%}▶%{$resetcolor%} '
|
%{%(!.%F{red}.%F{white})%}▶%{$reset_color%} '
|
||||||
|
|
||||||
PROMPT2='%{%(!.%F{red}.%F{white})%}◀%{$reset_color%} '
|
PROMPT2='%{%(!.%F{red}.%F{white})%}◀%{$reset_color%} '
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue