Add HISTFILE to save zsh history

History file needs to be specified or otherwise the history would not be saved
over multiple terminal sessions.
[Source](http://zsh.sourceforge.net/FAQ/zshfaq03.html#321)
This commit is contained in:
Nils Petersohn 2014-03-21 23:04:57 +01:00 committed by Greg Lazarev
parent fefd1d4509
commit 68689ec58b

3
zshrc
View file

@ -11,8 +11,9 @@ done
# history settings
setopt histignoredups
SAVEHIST=4096
HISTFILE=~/.zsh_history
HISTSIZE=4096
SAVEHIST=4096
# awesome cd movements from zshkit
setopt autocd autopushd pushdminus pushdsilent pushdtohome cdablevars