zsh: Remove tfont function

home-manager
Simon Bruder 2020-08-19 23:13:22 +02:00
parent 71456b8f3f
commit 9f924e2b0e
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 0 additions and 7 deletions

View File

@ -79,13 +79,6 @@ command -v starship >/dev/null && eval $(starship init zsh)
# Helpers
## Terminal font
function tfont() (
[ -z "$1" ] && font="Terminess Powerline" || font="$1"
[ -z "$2" ] && fontsize=18 || fontsize="$2"
echo -en "\033]710;xft:$font:pixelsize=$fontsize\007"
)
## resync pulseaudio bluetooth connection
function btsync() (
card=$(pactl list cards short|grep -E -o "bluez_card.*[[:space:]]")