diff --git a/bash_aliases b/bash_aliases index 95586c9e..7e37b3a3 100644 --- a/bash_aliases +++ b/bash_aliases @@ -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.