New settings for history.

This commit is contained in:
Bartek Stalewski 2021-05-11 15:17:44 +02:00
parent e081264573
commit 8448d1049b

View File

@ -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'