Enable APPEND_HISTORY and increase history size
This commit is contained in:
parent
4f9d87d626
commit
c4bef31f97
5
.zshenv
5
.zshenv
|
@ -16,11 +16,12 @@ setopt PUSHD_SILENT
|
||||||
setopt PUSHD_TO_HOME
|
setopt PUSHD_TO_HOME
|
||||||
setopt RMSTARSILENT
|
setopt RMSTARSILENT
|
||||||
setopt NO_PROMPT_CR
|
setopt NO_PROMPT_CR
|
||||||
|
setopt APPEND_HISTORY
|
||||||
|
|
||||||
setopt PUSHD_IGNORE_DUPS
|
setopt PUSHD_IGNORE_DUPS
|
||||||
|
|
||||||
SAVEHIST=100
|
SAVEHIST=1000
|
||||||
HISTSIZE=$SAVEHIST
|
HISTSIZE=2000
|
||||||
HISTFILE=~/.zhistory
|
HISTFILE=~/.zhistory
|
||||||
export PGPPATH=~/.pgp
|
export PGPPATH=~/.pgp
|
||||||
export PARINIT=q1
|
export PARINIT=q1
|
||||||
|
|
Loading…
Reference in New Issue