diff --git a/zsh/.zshrc b/zsh/.zshrc index 30c72b5..c91c2f8 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -8,8 +8,7 @@ export HISTFILE=$XDG_DATA_HOME/zsh/history setopt HIST_IGNORE_ALL_DUPS setopt HIST_SAVE_NO_DUPS setopt HIST_REDUCE_BLANKS -setopt INC_APPEND_HISTORY_TIME -setopt EXTENDED_HISTORY +setopt SHARE_HISTORY export LESSHISTFILE='/dev/null'