diff options
| author | kj_sh604 | 2025-12-25 22:15:08 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-25 22:15:08 -0500 |
| commit | 90080e67161c5d33302b0ee92984a95aa828db90 (patch) | |
| tree | 68013fc6381296478ad688cc990da06b13d63914 /.config/shell | |
| parent | 1e8ccdb2a32eb203a2b60757212bdf97190e19f7 (diff) | |
refactor: update `yt-mpv` abbr for zsh quirks
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/.zshrc | 2 |
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 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 |
