mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 13:30:57 +01:00
bashrc&zshrc: fix youtube-dl deprecation warning
Manually applying PR #110 Resolves #100
This commit is contained in:
parent
6981481c77
commit
0ca856669c
@ -258,7 +258,7 @@ alias ..="cd .."
|
|||||||
#alias top="htop" # MIKAELA_GREP # MIKAELA_GREP_ALIAS
|
#alias top="htop" # MIKAELA_GREP # MIKAELA_GREP_ALIAS
|
||||||
|
|
||||||
# Add title to youtube-dl & make yle-dl Windows-friendly
|
# Add title to youtube-dl & make yle-dl Windows-friendly
|
||||||
alias youtube-dl="youtube-dl -t"
|
alias youtube-dl="youtube-dl -o '%(title)s-%(id)s.%(ext)s'"
|
||||||
alias yle-dl="yle-dl --vfat"
|
alias yle-dl="yle-dl --vfat"
|
||||||
|
|
||||||
# git specific. This is the command which I use when git asks me to commit something and says that I have modified files, even when I haven't.
|
# git specific. This is the command which I use when git asks me to commit something and says that I have modified files, even when I haven't.
|
||||||
|
2
rc/zshrc
2
rc/zshrc
@ -215,7 +215,7 @@ alias ..="cd .."
|
|||||||
#alias top="htop" # MIKAELA_GREP MIKAELA_GREP_ALIAS
|
#alias top="htop" # MIKAELA_GREP MIKAELA_GREP_ALIAS
|
||||||
|
|
||||||
# Add title to youtube-dl & make yle-dl Windows-friendly
|
# Add title to youtube-dl & make yle-dl Windows-friendly
|
||||||
alias youtube-dl="youtube-dl -t"
|
alias youtube-dl="youtube-dl -o '%(title)s-%(id)s.%(ext)s'"
|
||||||
alias yle-dl="yle-dl --vfat"
|
alias yle-dl="yle-dl --vfat"
|
||||||
|
|
||||||
# git specific. This is the command which I use when git asks me to commit something and says that I have modified files, even when I haven't.
|
# git specific. This is the command which I use when git asks me to commit something and says that I have modified files, even when I haven't.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user