diff options
| author | kj-sh604 | 2024-10-09 19:00:03 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-10-09 19:00:03 -0400 |
| commit | 1b31f2e04e371996909a1b60c52d2b24a409edc7 (patch) | |
| tree | a84ee2f03766f63b1e24349d8ac445b5a9c59e17 /.config/shell | |
| parent | bc0e9a2dc306b16c2c046ad484e535ff7e226ca3 (diff) | |
feat: add `yt-best` alias/abbr
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/.zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
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" |
