mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +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
|
||||
|
||||
# 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"
|
||||
|
||||
# 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
|
||||
|
||||
# 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"
|
||||
|
||||
# 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…
Reference in New Issue
Block a user