Store cd commands again.

This commit is contained in:
Faerbit 2014-02-14 14:04:48 +01:00
parent e39bd57c05
commit feb561a760

3
zshrc
View File

@ -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 ]