bashrc & zshrc: Remove stupid "time" alias.

I finally understand what that command does.
This commit is contained in:
Mika Suomalainen 2012-04-20 12:46:37 +03:00
parent 1d05f1167d
commit 2f88817113
2 changed files with 0 additions and 6 deletions

3
bashrc
View File

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

3
zshrc
View File

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