diff options
Diffstat (limited to '.config/shell/.zshrc')
| -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" |
