diff options
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |