diff --git a/zsh/zshrc b/zsh/zshrc index 6dca6f0..5386e7b 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -106,3 +106,6 @@ if $(type tmux &>/dev/null); then fi fi fi + +# Disable hostory sharing +unsetopt share_history \ No newline at end of file