From 28eb40807c827533901c3aee62a1a36f223c16db Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 24 Feb 2026 22:00:49 -0500 Subject: [PATCH] aliases.sh: update youtube-dl -> yt-dlp Harmless (there's a compatibility wrapper), but might as well do it. --- aliases.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aliases.sh b/aliases.sh index 76962bd..a35d230 100644 --- a/aliases.sh +++ b/aliases.sh @@ -15,5 +15,4 @@ if [ "${TERM#eterm}" = "${TERM}" ]; then fi alias ls='ls -l --color=auto --human-readable --time-style=long-iso' -alias youtube-dl-mp3='youtube-dl --extract-audio --audio-format=mp3' - +alias yt-dlp-mp3='yt-dlp --extract-audio --audio-format=mp3' -- 2.51.0