set nosharehistory, noincappendhistory

This commit is contained in:
2016-08-04 22:15:16 +02:00
parent 4255fd5b0b
commit f25c0ac368

4
.zshrc
View File

@@ -64,4 +64,8 @@ source $ZSH/oh-my-zsh.sh
[[ -f "$HOME/.dotfiles/functions" ]] && source "$HOME/.dotfiles/functions"
[[ -f "$HOME/.dotfiles/.commonrc" ]] && source "$HOME/.dotfiles/.commonrc"
# not saving history immediately
setopt noincappendhistory
setopt nosharehistory
. $HOME/.shellrc.load