Configure live saving and loading of history
This commit is contained in:
parent
7356bafa93
commit
e88fbbc718
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -9,7 +9,7 @@ compinit
|
||||||
HISTFILE=~/.zsh_history
|
HISTFILE=~/.zsh_history
|
||||||
HISTSIZE=5000000
|
HISTSIZE=5000000
|
||||||
SAVEHIST=5000000
|
SAVEHIST=5000000
|
||||||
setopt appendhistory beep nomatch notify autocd histignoredups correct autopushd pushdsilent pushdtohome pushdignoredups pushdminus
|
setopt incappendhistory sharehistory beep nomatch notify autocd histignoredups correct autopushd pushdsilent pushdtohome pushdignoredups pushdminus
|
||||||
|
|
||||||
# emacs keybindings
|
# emacs keybindings
|
||||||
bindkey -e
|
bindkey -e
|
||||||
|
|
Loading…
Reference in a new issue