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 ]