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/fish/config.fish | 1 + 1 file changed, 1 insertion(+) (limited to '.config/fish/config.fish') diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 230dd31..0187227 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -22,6 +22,7 @@ if status is-interactive abbr -a t "timedatectl" abbr -a w "curl wttr.in" abbr -a x "startx" + abbr -a yt-best "youtube-dl -cif 'bestvideo+bestaudio/best'" abbr -a yt-m4a "youtube-dl -cif 'bestaudio[ext=m4a]'" abbr -a yt-mp4 "youtube-dl -cif 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'" abbr -a yt-mpv "mpv --ytdl-format=" -- cgit v1.2.3