From eb06cff8054bd9b0f50eea123ce2faabae60c541 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Thu, 14 Oct 2021 19:10:21 -0700 Subject: [PATCH] Upgrading to yt-dlp --- .zsh-darwin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh-darwin b/.zsh-darwin index 143ec0b..52dcdb8 100644 --- a/.zsh-darwin +++ b/.zsh-darwin @@ -8,7 +8,7 @@ alias cfg='/usr/bin/git --git-dir=/Users/gld/.cfg/ --work-tree=/Users/gld' alias ls='ls -G' alias cats='highlight -O ansi --force' alias x86='arch -x86_64 zsh' # Start Shell in Rosetta 2 (M1 Macs) -alias dl='youtube-dl' +alias dl='yt-dlp' alias hf='defaults write com.apple.finder AppleShowAllFiles false; killall Finder' # hide hidden alias shf='defaults write com.apple.finder AppleShowAllFiles true; killall Finder' # show hidden -- 2.34.1