added ytdl-a alias for youtube-dl audio only downloading
This commit is contained in:
parent
5d4dca6706
commit
29d02071fa
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue