X-Git-Url: https://arthur.barton.de/gitweb/?p=ax-zsh.git;a=blobdiff_plain;f=themes%2Faxemoji.axzshtheme;h=febacdce1ddd30ffe8b4718d83ff1ac2ba77ac3a;hp=128b4cde48350c59c43d64a3aaaba57c8f9f62b2;hb=d8e7885c676a01eac4d1da81ca5da23cea6f6c6e;hpb=329b5a076c212bacba4d5f6a46137e845e476042 diff --git a/themes/axemoji.axzshtheme b/themes/axemoji.axzshtheme index 128b4cd..febacdc 100644 --- a/themes/axemoji.axzshtheme +++ b/themes/axemoji.axzshtheme @@ -20,16 +20,18 @@ if axzsh_is_widechar_terminal; then ZSH_THEME_VCS_PROMPT_CLEAN="👌$emoji_spacing" ZSH_THEME_VCS_PROMPT_DIRTY="👻$emoji_spacing" - # Prompt on right side - RPS1="%(?..%{$fg_no_bold[red]%}❌$emoji_spacing%? ↵%{$reset_color%})" + # Primary prompt on the right-hand side. + RPS1="%(?..%{$fg_no_bold[red]%}🤔$emoji_spacing %?↵%{$reset_color%})" else # Non-UTF8 or incompatible terminal system_emoji=">" emoji_spacing="" + # Primary prompt on the right-hand side. RPS1="%(?..%{$fg_no_bold[red]%}<%?>%{$reset_color%})" fi +# The primary prompt string, printed before a command is read. PS1="${system_emoji}${emoji_spacing} $(ax_logname_prompt_yn)$(ax_hostname_prompt_yn)%B%2~%b"'$(ax_vcs_prompt)'"$(ax_prompt)" # Default execution trace prompt.