From 1b31f2e04e371996909a1b60c52d2b24a409edc7 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Wed, 9 Oct 2024 19:00:03 -0400 Subject: feat: add `yt-best` alias/abbr --- .config/shell/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/shell/.zshrc') diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index d62af2e..25298ba 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -52,9 +52,10 @@ SAVEHIST=9999999 command which bat >/dev/null 2>&1 && alias cat="bat -p" # youtube-dl aliases + alias yt-best="youtube-dl -cif 'bestvideo+bestaudio/best'" + alias yt-m4a="youtube-dl -cif 'bestaudio[ext=m4a]'" alias yt-mp4="youtube-dl -cif 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'" alias yt-webm="youtube-dl -cif 'bestvideo[ext=webm]+bestaudio[ext=webm]/best[ext=webm]/best'" - alias yt-m4a="youtube-dl -cif 'bestaudio[ext=m4a]'" # pfetch stuff export PF_INFO="ascii title os kernel uptime pkgs memory" -- cgit v1.2.3