]> arthur.barton.de Git - ax-zsh.git/commitdiff
"ax" theme: Don't use UTF8 characters on non-UTF8 terminals
authorAlexander Barton <alex@barton.de>
Sat, 7 May 2016 18:15:28 +0000 (20:15 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 7 May 2016 18:17:26 +0000 (20:17 +0200)
themes/ax.axzshtheme

index d67af84b047449fa1317b160416b4e83be625041..b4cae3489a1a7390ccc17f089c5a51d84ecabc22 100644 (file)
@@ -16,7 +16,9 @@ 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)"
 
 # Prompt on right side
 PS1="$(ax_logname_prompt_yn)$(ax_hostname_prompt_yn)%B%2~%b"'$(ax_vcs_prompt)'"$(ax_prompt)"
 
 # Prompt on right side
-RPS1="%(?..%{$fg_no_bold[red]%}%? ↵%{$reset_color%})"
+axzsh_is_utf_terminal \
+       && RPS1="%(?..%{$fg_no_bold[red]%}%? ↵%{$reset_color%})" \
+       || RPS1="%(?..%{$fg_no_bold[red]%}<%?>%{$reset_color%})"
 
 # Execution trace prompt.
 PS4="$fg_no_bold[yellow]->$reset_color "
 
 # Execution trace prompt.
 PS4="$fg_no_bold[yellow]->$reset_color "