[zsh] tfont: do not echo newline
This commit is contained in:
parent
28f3e0220c
commit
662c103454
|
@ -64,7 +64,7 @@ function tfont() {
|
||||||
(
|
(
|
||||||
[ -z "$1" ] && font="Terminess Powerline" || font="$1"
|
[ -z "$1" ] && font="Terminess Powerline" || font="$1"
|
||||||
[ -z "$2" ] && fontsize=18 || fontsize="$2"
|
[ -z "$2" ] && fontsize=18 || fontsize="$2"
|
||||||
echo -e "\033]710;xft:$font:pixelsize=$fontsize\007"
|
echo -en "\033]710;xft:$font:pixelsize=$fontsize\007"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue