From 418e9c83cc76c12f6eefa3b4a00cb61fe7120632 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 14 Aug 2011 19:05:48 +0300 Subject: [PATCH] Added time alias. --- bash_aliases | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash_aliases b/bash_aliases index 7e37b3a3..4d067872 100644 --- a/bash_aliases +++ b/bash_aliases @@ -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"