mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Fix space in the PROMPT
Add a space before ➜ and remove additional space after that
This commit is contained in:
parent
8127e5838c
commit
70f68e6307
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ if [[ $EUID -ne 0 ]] ; then
|
|||
ROOT_ICON=""
|
||||
fi
|
||||
|
||||
PROMPT='%{$ROOT_ICON_COLOR%}$ROOT_ICON%{$reset_color%}%{$MACHINE_NAME_COLOR%}%m➜ %{$reset_color%}%{$PROMPT_SUCCESS_COLOR%}%c%{$reset_color%} %{$GIT_PROMPT_INFO%}$(git_prompt_info)%{$GIT_DIRTY_COLOR%}$(git_prompt_status) %{$reset_color%}%{$PROMPT_PROMPT%}ᐅ %{$reset_color%} '
|
||||
PROMPT='%{$ROOT_ICON_COLOR%}$ROOT_ICON%{$reset_color%}%{$MACHINE_NAME_COLOR%}%m ➜ %{$reset_color%}%{$PROMPT_SUCCESS_COLOR%}%c%{$reset_color%} %{$GIT_PROMPT_INFO%}$(git_prompt_info)%{$GIT_DIRTY_COLOR%}$(git_prompt_status) %{$reset_color%}%{$PROMPT_PROMPT%}ᐅ %{$reset_color%} '
|
||||
|
||||
#RPS1="${return_code}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue