]> arthur.barton.de Git - ax-zsh.git/blobdiff - themes/axemoji.axzshtheme
Fix axzsh_is_widechar_terminal() logic
[ax-zsh.git] / themes / axemoji.axzshtheme
index febacdce1ddd30ffe8b4718d83ff1ac2ba77ac3a..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=" "