aboutsummaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 2eae702..ff0ce73 100644
--- a/zshrc
+++ b/zshrc
@@ -5,6 +5,9 @@ ZSH_THEME="nanotech"
plugins=(git archlinux gnu-utils pip python ssh-agent zsh-syntax-highlighting)
source $ZSH/oh-my-zsh.sh
+# Disable shared history
+unsetopt share_history
+
# Highlighting configuration
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
ZSH_HIGHLIGHT_STYLES[alias]=none