[zsh] make sure that HISTFILE is exported

This commit is contained in:
Mathieu Maret 2020-01-16 12:32:53 +01:00
parent d22d026c59
commit cf986d509d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#man zshzle
#man zshcontrib
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
export HISTFILE=~/.histfile
HISTSIZE=100000
SAVEHIST=100000
export HISTTIMEFORMAT="%h/%d - %H:%M:%S "