From 29d02071fa3678538f265ed9008acfb8227ab03d Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 21 Jan 2022 07:41:42 -0800 Subject: [PATCH] added ytdl-a alias for youtube-dl audio only downloading --- bashrc.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc.txt b/bashrc.txt index ecec3ea1..6e044735 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -236,6 +236,7 @@ alias {sp,speakers}="pactl set-default-sink alsa_output.pci-0000_0a_00.4.analog- alias pulse="pamixer --set-volume" alias {mu,mt,mute}="pamixer -t" alias ytdl="youtube-dl" +alias ytdl-a="youtube-dl -x --audio-format mp3" alias thinkorswim="~/thinkorswim/thinkorswim &" alias {cl,cls}="clear" alias shutdown="shutdown.sh"