mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
bashrc: remove a space from a shell alias
This commit is contained in:
parent
92598a96af
commit
96548fa23e
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue