diff --git a/shell/zshrc b/shell/zshrc index b579f05..e7a0168 100755 --- a/shell/zshrc +++ b/shell/zshrc @@ -62,6 +62,9 @@ fi source $ZSH/oh-my-zsh.sh +# Disable sharing history between terminals enabled by Oh My Zsh +unsetopt share_history + # Load extra (private) settings [ -f ~/.zsh.local ] && source ~/.zsh.local