From c1e424d10455b237a8d505e56e72e58d27756d84 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Tue, 25 Mar 2025 19:49:40 +0000 Subject: [PATCH] Add yt-dlp-mp4 alias --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index fcf27bd..8a3cb6d 100644 --- a/.zshrc +++ b/.zshrc @@ -12,6 +12,7 @@ source ~/powerlevel10k/powerlevel10k.zsh-theme [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh alias lss="ls -lah" +alias yt-dlp-mp4="yt-dlp --no-config --format 'bv*[ext=mp4]+ba[ext=m4a]/b[ext=mp4]'" alias gco="git checkout" alias gcm="git commit -m"