Added time alias.

This commit is contained in:
Mika Suomalainen 2011-08-14 19:05:48 +03:00
parent bfea62cefc
commit 418e9c83cc
1 changed files with 3 additions and 0 deletions

View File

@ -17,3 +17,6 @@ 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.
alias gdrop="git stash && git stash drop"
# Usually when I run "time", I want to know the current time.
alias time="date"