Store cd commands again.
This commit is contained in:
parent
e39bd57c05
commit
feb561a760
3
zshrc
3
zshrc
@ -19,8 +19,7 @@ alias much='git'
|
|||||||
alias such='git'
|
alias such='git'
|
||||||
#Do not store commmands with leading space
|
#Do not store commmands with leading space
|
||||||
setopt HIST_IGNORE_SPACE
|
setopt HIST_IGNORE_SPACE
|
||||||
#Do not store ls and cd
|
#Do not store ls
|
||||||
alias cd=' cd'
|
|
||||||
alias ls=' ls --color=auto'
|
alias ls=' ls --color=auto'
|
||||||
alias resource='source ~/.zshrc'
|
alias resource='source ~/.zshrc'
|
||||||
if [ -f .zsh_environment ]
|
if [ -f .zsh_environment ]
|
||||||
|
Loading…
Reference in New Issue
Block a user