From a3dded237db12ba8854ad0f86c858fb34bd690d9 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Tue, 10 Apr 2012 19:15:53 +0300 Subject: [PATCH] bashrc & zshrc: Fix . Thank you for xy for mentioning about this. I have always wondered why . doesn't work :) --- bashrc | 1 - zshrc | 1 - 2 files changed, 2 deletions(-) diff --git a/bashrc b/bashrc index bdc480e2..e46cfef2 100644 --- a/bashrc +++ b/bashrc @@ -188,7 +188,6 @@ alias sudo="sudo " # Moving between directories: alias ..="cd .." -alias .="cd ." # Use htop instead of top, it's better. Requires htop. alias top="htop" diff --git a/zshrc b/zshrc index 7e2fcc2f..d231e1b3 100644 --- a/zshrc +++ b/zshrc @@ -114,7 +114,6 @@ alias sudo="sudo " # Moving between directories: alias ..="cd .." -alias .="cd ." # Use htop instead of top, it's better. Requires htop. alias top="htop"