From f25c0ac36803d75bcf7d9560cee95ca35b388415 Mon Sep 17 00:00:00 2001 From: Eragos Date: Thu, 4 Aug 2016 22:15:16 +0200 Subject: [PATCH] set nosharehistory, noincappendhistory --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index ccfb6d0..fcdd844 100644 --- a/.zshrc +++ b/.zshrc @@ -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