add aliased command to control sub volume

This commit is contained in:
Tyler Starr 2024-10-17 23:43:05 -07:00
parent b0050bc305
commit 0a98774112

View File

@ -70,3 +70,9 @@ alias google-chrome-stable="google-chrome-stable --simulate-outdated-no-au='Tue,
# rsync
alias rsync.net="ssh fm2120@fm2120.rsync.net"
# svs subwoofer
sv() {
pySVS 54:B7:E5:57:1A:7B --volume="$1"
}