From 96548fa23ef7001802efa77a9baafc09da44fb73 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Sun, 8 Mar 2026 12:29:26 +0200 Subject: [PATCH] bashrc: remove a space from a shell alias --- shell/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/.bashrc b/shell/.bashrc index 93613a83..30b05439 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -274,7 +274,7 @@ fi if _checkexec yt-dlp then alias ytaud='yt-dlp --add-metadata -ci --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s"' - alias ytvid='yt-dlp --add-metadata --no-playlist --no-part --write-description --newline --prefer-free-formats -o "%(title)s.%(ext)s" ' + alias ytvid='yt-dlp --add-metadata --no-playlist --no-part --write-description --newline --prefer-free-formats -o "%(title)s.%(ext)s"' fi # Just for fun.