From 9f924e2b0ec2204ec756e4b7b217a77a719e367a Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 19 Aug 2020 23:13:22 +0200 Subject: [PATCH] zsh: Remove tfont function --- home/.zshrc.local | 7 ------- 1 file changed, 7 deletions(-) diff --git a/home/.zshrc.local b/home/.zshrc.local index d16f246..01f4313 100644 --- a/home/.zshrc.local +++ b/home/.zshrc.local @@ -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:]]")