mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
use ytdl by default 'cause it's not broken anymore
This commit is contained in:
parent
b8bf889f69
commit
1c79f54129
1 changed files with 1 additions and 5 deletions
|
@ -65,11 +65,7 @@ watchstream2() {
|
|||
fi
|
||||
}
|
||||
|
||||
if [[ "$_nn" == "banshee" ]]; then
|
||||
alias watchstream=watchstream2
|
||||
else
|
||||
alias watchstream=watchstream1
|
||||
fi
|
||||
alias watchstream=watchstream1
|
||||
|
||||
twitch() {
|
||||
local user="$1"
|
||||
|
|
Loading…
Add table
Reference in a new issue