Share zsh history amongst shells
This commit is contained in:
parent
761378d9b8
commit
01cfce56d0
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
HISTFILE=~/.histfile
|
HISTFILE=~/.histfile
|
||||||
HISTSIZE=10000
|
HISTSIZE=10000
|
||||||
SAVEHIST=10000
|
SAVEHIST=10000
|
||||||
|
setopt share_history
|
||||||
|
|
||||||
# vim binddings
|
# vim binddings
|
||||||
bindkey -v
|
bindkey -v
|
||||||
|
|
Loading…
Add table
Reference in a new issue