Option to append history.

This commit is contained in:
Bartek Stalewski 2022-07-23 17:29:49 +02:00
parent ad69a9ecc6
commit f051b6e3cc

View file

@ -8,6 +8,7 @@ setopt HIST_IGNORE_ALL_DUPS
setopt HIST_SAVE_NO_DUPS
setopt HIST_REDUCE_BLANKS
setopt SHARE_HISTORY
setopt INC_APPEND_HISTORY
[ -z $DISPLAY ] && export PATH=~/.local/bin:$PATH
tabs 2