Merge pull request #19015 from Mic92/zsh

zsh: do not export HISTFILE, HISTSIZE, SAVEHIST
This commit is contained in:
zimbatm 2016-09-28 15:36:07 +01:00 committed by GitHub
commit 60cdc8c1f8

View file

@ -102,9 +102,9 @@ in
interactiveShellInit = ''
# history defaults
export SAVEHIST=2000
export HISTSIZE=2000
export HISTFILE=$HOME/.zsh_history
SAVEHIST=2000
HISTSIZE=2000
HISTFILE=$HOME/.zsh_history
setopt HIST_IGNORE_DUPS SHARE_HISTORY HIST_FCNTL_LOCK