Compare commits

...

2 commits

Author SHA1 Message Date
2a7cf939a1 update nvim 2023-12-02 17:31:49 +01:00
c4e1e97af3 zsh hist ignore space 2023-12-02 17:31:36 +01:00
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 589c45cb8ff7c20e438f947c26db63d854cbbdb8
Subproject commit 53696c16266dbbb1ddd2b33cb34d1d99a5b93ea5

1
.zshrc
View file

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