From f7c1a91f7109cbac4f24ab1cfc0a5f65a80ca0b0 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 14 Aug 2011 18:40:24 +0300 Subject: [PATCH] Added explaining to youube-dl alias. --- bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.