feat: zsh remove share_history
This commit is contained in:
parent
de4d21601c
commit
504e56294d
2 changed files with 2 additions and 2 deletions
1
.bashrc
1
.bashrc
|
@ -1 +0,0 @@
|
||||||
unset HISTFILE
|
|
|
@ -26,7 +26,8 @@ setopt AUTO_CD
|
||||||
|
|
||||||
setopt HIST_IGNORE_DUPS
|
setopt HIST_IGNORE_DUPS
|
||||||
setopt HIST_IGNORE_SPACE
|
setopt HIST_IGNORE_SPACE
|
||||||
setopt SHARE_HISTORY
|
#setopt SHARE_HISTORY
|
||||||
|
#setopt EXTENDED_HISTORY
|
||||||
|
|
||||||
export PAGER=less
|
export PAGER=less
|
||||||
export LESS_TERMCAP_mb="${fg_bold[red]}"
|
export LESS_TERMCAP_mb="${fg_bold[red]}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue