X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=themes%2Faxemoji.axzshtheme;h=4a54a6ddc600b5ddbd9c5d8f7af4bef4e3449d35;hb=148426f26c55bc45be0ec767b3c2686a01a795aa;hp=b309bf9f943cd80f0a18693493eba2dd5b0d3321;hpb=ff140cf81ac4b3246bde3a5b4b3f3c82e5e7a6b2;p=ax-zsh.git diff --git a/themes/axemoji.axzshtheme b/themes/axemoji.axzshtheme index b309bf9..4a54a6d 100644 --- a/themes/axemoji.axzshtheme +++ b/themes/axemoji.axzshtheme @@ -20,16 +20,23 @@ if axzsh_is_widechar_terminal; then ZSH_THEME_VCS_PROMPT_CLEAN="👌$emoji_spacing" ZSH_THEME_VCS_PROMPT_DIRTY="👻$emoji_spacing" - # Prompt on right side + # 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. +PS4="$fg_no_bold[yellow]->$reset_color " +# This prompt is compatible with sh(1) and bash(1), too, so export it! +export PS4 + unset system_emoji emoji_spacing