]> arthur.barton.de Git - ax-zsh.git/blobdiff - themes/axemoji.axzshtheme
axzshctl: Make UpdatePluginCache() less verbose by default
[ax-zsh.git] / themes / axemoji.axzshtheme
index 4a54a6ddc600b5ddbd9c5d8f7af4bef4e3449d35..331a3221fd1aa953701a7bda2faf079e315382af 100644 (file)
@@ -4,7 +4,7 @@
 ZSH_THEME_PROMPT_PREFIX_SPACING=" "
 ZSH_THEME_PROMPT_SUFFIX_SPACING=" "
 
-if axzsh_is_widechar_terminal; then
+if axzsh_is_utf_terminal; then
        # UTF8 capable terminal:
        if [[ -r "$HOME/.system_emoji-$SHORT_HOST" ]]; then
                system_emoji=$(<"$HOME/.system_emoji-$SHORT_HOST")
@@ -13,7 +13,7 @@ if axzsh_is_widechar_terminal; then
        else
                system_emoji="🍀"
        fi
-       [[ -n "$VTE_VERSION" ]] \
+       axzsh_is_widechar_terminal \
                && emoji_spacing="" \
                || emoji_spacing=" "
 
@@ -21,7 +21,7 @@ if axzsh_is_widechar_terminal; then
        ZSH_THEME_VCS_PROMPT_DIRTY="👻$emoji_spacing"
 
        # Primary prompt on the right-hand side.
-       RPS1="%(?..%{$fg_no_bold[red]%}❌$emoji_spacing%? ↵%{$reset_color%})"
+       RPS1="%(?..%{$fg_no_bold[red]%}🤔$emoji_spacing %?↵%{$reset_color%})"
 else
        # Non-UTF8 or incompatible terminal
        system_emoji=">"