From bb3ea52f23f23aa25055816f3f57d6e705a4576f Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Tue, 13 Sep 2022 11:16:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B8=D0=BD=D1=82=D0=B0=D0=BA=D1=81?= =?UTF-8?q?=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=B0=D1=8F=20=D0=BE=D1=88=D0=B8?= =?UTF-8?q?=D0=B1=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 75-aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/75-aliases.zsh b/75-aliases.zsh index 96d070e..7c08df6 100644 --- a/75-aliases.zsh +++ b/75-aliases.zsh @@ -27,7 +27,7 @@ aptf() { } # Youtube -if [ command -v youtube-dl ]; then +if command -v youtube-dl; then alias ydlbest="youtube-dl --merge-output-format mkv -f 'bestvideo+bestaudio'" alias ydlaudio="youtube-dl -f bestaudio" alias ydl="youtube-dl --merge-output-format mkv"