zsh hist ignore space

This commit is contained in:
Christoph J. Scherr 2023-12-02 17:31:36 +01:00
parent b94383bb08
commit c4e1e97af3
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -53,6 +53,7 @@ function condac() {
### ---- zsh options ------------------------------------- ### ---- zsh options -------------------------------------
setopt autocd setopt autocd
setopt HIST_FIND_NO_DUPS setopt HIST_FIND_NO_DUPS
setopt HIST_IGNORE_SPACE
setopt HIST_IGNORE_ALL_DUPS setopt HIST_IGNORE_ALL_DUPS
setopt appendhistory setopt appendhistory
setopt INC_APPEND_HISTORY setopt INC_APPEND_HISTORY