Added explaining to youube-dl alias.

This commit is contained in:
Mika Suomalainen 2011-08-14 18:40:24 +03:00
parent 9f2bf6c295
commit f7c1a91f71
1 changed files with 1 additions and 1 deletions

View File

@ -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.