[zsh] make sure that HISTFILE is exported
This commit is contained in:
parent
d22d026c59
commit
cf986d509d
@ -1,7 +1,7 @@
|
|||||||
#man zshzle
|
#man zshzle
|
||||||
#man zshcontrib
|
#man zshcontrib
|
||||||
# Lines configured by zsh-newuser-install
|
# Lines configured by zsh-newuser-install
|
||||||
HISTFILE=~/.histfile
|
export HISTFILE=~/.histfile
|
||||||
HISTSIZE=100000
|
HISTSIZE=100000
|
||||||
SAVEHIST=100000
|
SAVEHIST=100000
|
||||||
export HISTTIMEFORMAT="%h/%d - %H:%M:%S "
|
export HISTTIMEFORMAT="%h/%d - %H:%M:%S "
|
||||||
|
Loading…
Reference in New Issue
Block a user