Merge pull request #19015 from Mic92/zsh
zsh: do not export HISTFILE, HISTSIZE, SAVEHIST
This commit is contained in:
commit
60cdc8c1f8
@ -102,9 +102,9 @@ in
|
|||||||
|
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
# history defaults
|
# history defaults
|
||||||
export SAVEHIST=2000
|
SAVEHIST=2000
|
||||||
export HISTSIZE=2000
|
HISTSIZE=2000
|
||||||
export HISTFILE=$HOME/.zsh_history
|
HISTFILE=$HOME/.zsh_history
|
||||||
|
|
||||||
setopt HIST_IGNORE_DUPS SHARE_HISTORY HIST_FCNTL_LOCK
|
setopt HIST_IGNORE_DUPS SHARE_HISTORY HIST_FCNTL_LOCK
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user