Enable APPEND_HISTORY and increase history size

This commit is contained in:
Peter J. Holzer 2016-11-08 11:53:08 +01:00
parent 4f9d87d626
commit c4bef31f97
1 changed files with 3 additions and 2 deletions

View File

@ -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