]> arthur.barton.de Git - ax-zsh.git/blobdiff - themes/ax.axzshtheme
Implement "axttyinfo" command
[ax-zsh.git] / themes / ax.axzshtheme
index 8635753d3efabf7da37557d0f3b4cf1ab5bbe172..df8b0565f1349b1dff7ef897806287ae901c8b15 100644 (file)
@@ -1,7 +1,7 @@
 # AX-ZSH: Alex' Modular ZSH Configuration
 # ax.axzshtheme: Default AX-ZSH Theme
 
-ZSH_THEME_VCS_PROMPT_PREFIX_SPACING=" ("
+ZSH_THEME_VCS_PROMPT_PREFIX_SPACING="("
 
 ZSH_THEME_PROMPT_PREFIX_SPACING=" "
 ZSH_THEME_PROMPT_PREFIX="%{$fg_no_bold[green]%}%B"
@@ -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
-RPS1="%(?..%{$fg_no_bold[red]%}%? ↵%{$reset_color%})"
+axzsh_is_widechar_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 "