From 2f88817113cc331115b08178d79c70262fb11ce1 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 20 Apr 2012 12:46:37 +0300 Subject: [PATCH] bashrc & zshrc: Remove stupid "time" alias. I finally understand what that command does. --- bashrc | 3 --- zshrc | 3 --- 2 files changed, 6 deletions(-) diff --git a/bashrc b/bashrc index 82ae6aeb..f62860af 100644 --- a/bashrc +++ b/bashrc @@ -202,9 +202,6 @@ alias youtube-dl="youtube-dl -t" alias gdrop="git stash && git stash drop" alias gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk. -# Usually when I run "time", I want to know the current time. -alias time="date" - # If I run nautilus, I want it to open in folder where I am. alias nautilus="nautilus ./" diff --git a/zshrc b/zshrc index e43152cd..30c8effa 100644 --- a/zshrc +++ b/zshrc @@ -128,9 +128,6 @@ alias youtube-dl="youtube-dl -t" alias gdrop="git stash && git stash drop" alias gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk. -# Usually when I run "time", I want to know the current time. -alias time="date" - # If I run nautilus, I want it to open in folder where I am. alias nautilus="nautilus ./"