1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-20 10:53:23 -07:00

use ytdl by default 'cause it's not broken anymore

This commit is contained in:
Connor Olding 2016-03-12 07:04:17 -08:00
parent b8bf889f69
commit 1c79f54129

View File

@ -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"