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"