]> arthur.barton.de Git - ax-zsh.git/blobdiff - themes/ax.axzshtheme
Fix axzsh_is_widechar_terminal() logic
[ax-zsh.git] / themes / ax.axzshtheme
index 93eb88a0529b263f771504be8bd32c11eb111760..0a4eda4a6c285c8143f3ef2bd7fa9e0ddb91cb20 100644 (file)
@@ -16,7 +16,7 @@ ax_hostname_prompt_functions=($ax_hostname_prompt_functions ax_hostname_prompt_r
 PS1="$(ax_logname_prompt_yn)$(ax_hostname_prompt_yn)%B%2~%b"'$(ax_vcs_prompt)'"$(ax_prompt)"
 
 # Primary prompt on the right-hand side.
-axzsh_is_widechar_terminal \
+axzsh_is_utf_terminal \
        && RPS1="%(?..%{$fg_no_bold[red]%}%? ↵%{$reset_color%})" \
        || RPS1="%(?..%{$fg_no_bold[red]%}<%?>%{$reset_color%})"