From 90080e67161c5d33302b0ee92984a95aa828db90 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Thu, 25 Dec 2025 22:15:08 -0500 Subject: refactor: update `yt-mpv` abbr for zsh quirks --- .config/shell/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index e6ebd2c..de6dfb6 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -53,7 +53,7 @@ SAVEHIST=9999999 abbr -S --quiet yt-best="youtube-dl -cif 'bestvideo+bestaudio/best'" abbr -S --quiet yt-m4a="youtube-dl -cif 'bestaudio[ext=m4a]'" abbr -S --quiet yt-mp4="youtube-dl -cif 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'" - abbr -S --quiet yt-mpv="mpv --ytdl-format=" + abbr -S --quiet yt-mpv="mpv --ytdl-format= '' & disown" abbr -S --quiet yt-webm="youtube-dl -cif 'bestvideo[ext=webm]+bestaudio[ext=webm]/best[ext=webm]/best'" # pfetch stuff -- cgit v1.2.3