diff --git a/home/.zshrc.local b/home/.zshrc.local index 3065e71..94448b1 100644 --- a/home/.zshrc.local +++ b/home/.zshrc.local @@ -64,7 +64,7 @@ function tfont() { ( [ -z "$1" ] && font="Terminess Powerline" || font="$1" [ -z "$2" ] && fontsize=18 || fontsize="$2" - echo -e "\033]710;xft:$font:pixelsize=$fontsize\007" + echo -en "\033]710;xft:$font:pixelsize=$fontsize\007" ) }