diff --git a/zsh/.zshrc b/zsh/.zshrc index 1a37809..1c2b77d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -82,7 +82,7 @@ setopt interactivecomments setopt noflowcontrol # history -[[ -z "$HISTFILE" ]] && export HISTFILE="${ZDOTDIR:-$HOME}/.zsh_history" +export HISTFILE="${ZDOTDIR:-$HOME}/.zsh_history" export HISTSIZE=1000000 export SAVEHIST=1000000 export HISTORY_IGNORE="(*${USER}*)"