zsh: Remove tfont function
This commit is contained in:
parent
71456b8f3f
commit
9f924e2b0e
|
@ -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:]]")
|
||||
|
|
Reference in a new issue