mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
Added explaining to youube-dl alias.
This commit is contained in:
parent
9f2bf6c295
commit
f7c1a91f71
@ -12,7 +12,7 @@ alias vim="nano"
|
||||
# Use htop instead of top, it's better. Requires htop.
|
||||
alias top="htop"
|
||||
|
||||
# Automatic title to Youtube-dl
|
||||
# Automaticly adds title to Youtube-dl when downloading videos with it.
|
||||
alias youtube-dl="youtube-dl -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…
Reference in New Issue
Block a user