]> arthur.barton.de Git - ax-zsh.git/blobdiff - themes/axemoji.axzshtheme
11_terminal: Implement a cache for axzsh_is_widechar_terminal()
[ax-zsh.git] / themes / axemoji.axzshtheme
index 8fc4877379c6df777765cf97b12237ff8ed2eafa..b309bf9f943cd80f0a18693493eba2dd5b0d3321 100644 (file)
@@ -1,10 +1,10 @@
 # AX-ZSH: Alex' Modular ZSH Configuration
-# axemoji.axzshtheme: More fancy AX-ZSH Theme
+# axemoji.axzshtheme: Fancier AX-ZSH Theme
 
 ZSH_THEME_PROMPT_PREFIX_SPACING=" "
 ZSH_THEME_PROMPT_SUFFIX_SPACING=" "
 
-if axzsh_is_utf_terminal; then
+if axzsh_is_widechar_terminal; then
        # UTF8 capable terminal:
        if [[ -r "$HOME/.system_emoji-$SHORT_HOST" ]]; then
                system_emoji=$(<"$HOME/.system_emoji-$SHORT_HOST")
@@ -23,7 +23,7 @@ if axzsh_is_utf_terminal; then
        # Prompt on right side
        RPS1="%(?..%{$fg_no_bold[red]%}❌$emoji_spacing%? ↵%{$reset_color%})"
 else
-       # Non-UTF8 terminal
+       # Non-UTF8 or incompatible terminal
        system_emoji=">"
        emoji_spacing=""