diff --git a/zsh/configs/history.zsh b/zsh/configs/history.zsh index 1d5e184..c4680d2 100644 --- a/zsh/configs/history.zsh +++ b/zsh/configs/history.zsh @@ -1,4 +1,4 @@ -setopt hist_ignore_all_dups inc_append_history +setopt hist_ignore_all_dups inc_append_history share_history HISTFILE=~/.zhistory HISTSIZE=4096 SAVEHIST=4096