mirror of https://github.com/akelge/zsh
Change HISTFILE
This commit is contained in:
parent
8f26560749
commit
2a0372ae11
|
@ -10,7 +10,7 @@ LOGD=/var/log
|
||||||
|
|
||||||
## Vars only for interactive sessions
|
## Vars only for interactive sessions
|
||||||
SAVEHIST=10000000
|
SAVEHIST=10000000
|
||||||
HISTFILE=~/.history
|
HISTFILE=~/.zsh_history
|
||||||
HISTFILESIZE=10000000
|
HISTFILESIZE=10000000
|
||||||
HISTSIZE=10000000
|
HISTSIZE=10000000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue