summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2022-04-19 14:30:05 -0700
committerMatt Turner <mattst88@gmail.com>2022-04-19 14:31:26 -0700
commitb54226ee2bcc942c71b1155b3962ae3d6554680d (patch)
tree1242938be84f01d215a08d874728d038ef6011f9
parent6c4ffa84a6fab772af71e7cf33ad64a83f6b2d8e (diff)
.zshrc: Share history
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 4db1dbc..27c1b05 100644
--- a/.zshrc
+++ b/.zshrc
@@ -19,6 +19,7 @@ export HISTFILE="$HOME/.history"
export SAVEHIST=$HISTSIZE
setopt hist_ignore_all_dups
setopt hist_ignore_space
+setopt share_history
# Breaks "eix ^asdf"
# setopt extendedglob