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"