From b54226ee2bcc942c71b1155b3962ae3d6554680d Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 19 Apr 2022 14:30:05 -0700 Subject: .zshrc: Share history --- .zshrc | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3