From feb561a76003378696ea4f4a84d1ebbd8baca2a8 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Fri, 14 Feb 2014 14:04:48 +0100 Subject: [PATCH] Store cd commands again. --- zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zshrc b/zshrc index f4edaa6..0695304 100644 --- a/zshrc +++ b/zshrc @@ -19,8 +19,7 @@ alias much='git' alias such='git' #Do not store commmands with leading space setopt HIST_IGNORE_SPACE -#Do not store ls and cd -alias cd=' cd' +#Do not store ls alias ls=' ls --color=auto' alias resource='source ~/.zshrc' if [ -f .zsh_environment ]