mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
fixed tiny bug in template
This commit is contained in:
parent
c531ea6b44
commit
0aed03f8c8
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ eval my_gray='$FG[237]'
|
||||||
eval my_orange='$FG[214]'
|
eval my_orange='$FG[214]'
|
||||||
|
|
||||||
# primary prompt
|
# primary prompt
|
||||||
PROMPT='$my_orange%(1j.%jz .)${reset_color}$FG[032]%~\
|
PROMPT='$my_orange%(1j.%jz .)$FG[032]%~\
|
||||||
$(git_prompt_info) \
|
$(git_prompt_info) \
|
||||||
$FG[105]%(!.#.${return_code}»)%{$reset_color%} '
|
$FG[105]%(!.#.${return_code}»)%{$reset_color%} '
|
||||||
PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
|
PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue