Add yt-dlp-mp4 alias

This commit is contained in:
Ethan Lane 2025-03-25 19:49:40 +00:00
parent 9b0efdd9f0
commit c1e424d104

1
.zshrc
View file

@ -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"