Add yt-dlp aliases
This commit is contained in:
parent
d18b46a6d6
commit
421c829c41
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ alias "fset=sudo cpupower frequency-set -g"
|
||||||
alias "fireplace=$(which fireplace) -f 60 -t 13"
|
alias "fireplace=$(which fireplace) -f 60 -t 13"
|
||||||
alias "quote=fortune -s linux debian|cowsay"
|
alias "quote=fortune -s linux debian|cowsay"
|
||||||
|
|
||||||
|
# yt-dlp
|
||||||
|
alias "yt-dlp-audio=yt-dlp --audio-quality best --audio-format vorbis --embed-thumbnail -x"
|
||||||
|
alias "yt-dlp-video=yt-dlp --embed-thumbnail"
|
||||||
|
|
||||||
# Replacements
|
# Replacements
|
||||||
alias "ls=$(which eza) ${ARGS_EZA}"
|
alias "ls=$(which eza) ${ARGS_EZA}"
|
||||||
alias "dir=$(which eza) ${ARGS_EZA}"
|
alias "dir=$(which eza) ${ARGS_EZA}"
|
||||||
|
|
Loading…
Reference in a new issue