summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh6042025-12-25 22:15:08 -0500
committerkj_sh6042025-12-25 22:15:08 -0500
commit90080e67161c5d33302b0ee92984a95aa828db90 (patch)
tree68013fc6381296478ad688cc990da06b13d63914
parent1e8ccdb2a32eb203a2b60757212bdf97190e19f7 (diff)
refactor: update `yt-mpv` abbr for zsh quirks
-rw-r--r--.config/shell/.zshrc2
1 files changed, 1 insertions, 1 deletions
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
53 abbr -S --quiet yt-best="youtube-dl -cif 'bestvideo+bestaudio/best'" 53 abbr -S --quiet yt-best="youtube-dl -cif 'bestvideo+bestaudio/best'"
54 abbr -S --quiet yt-m4a="youtube-dl -cif 'bestaudio[ext=m4a]'" 54 abbr -S --quiet yt-m4a="youtube-dl -cif 'bestaudio[ext=m4a]'"
55 abbr -S --quiet yt-mp4="youtube-dl -cif 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'" 55 abbr -S --quiet yt-mp4="youtube-dl -cif 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'"
56 abbr -S --quiet yt-mpv="mpv --ytdl-format=" 56 abbr -S --quiet yt-mpv="mpv --ytdl-format= '' & disown"
57 abbr -S --quiet yt-webm="youtube-dl -cif 'bestvideo[ext=webm]+bestaudio[ext=webm]/best[ext=webm]/best'" 57 abbr -S --quiet yt-webm="youtube-dl -cif 'bestvideo[ext=webm]+bestaudio[ext=webm]/best[ext=webm]/best'"
58 58
59# pfetch stuff 59# pfetch stuff