feat: zsh remove share_history

This commit is contained in:
AngeD 2023-11-09 16:06:54 +01:00
parent de4d21601c
commit 504e56294d
2 changed files with 2 additions and 2 deletions

View File

@ -1 +0,0 @@
unset HISTFILE

View File

@ -26,7 +26,8 @@ setopt AUTO_CD
setopt HIST_IGNORE_DUPS
setopt HIST_IGNORE_SPACE
setopt SHARE_HISTORY
#setopt SHARE_HISTORY
#setopt EXTENDED_HISTORY
export PAGER=less
export LESS_TERMCAP_mb="${fg_bold[red]}"