Merge branch 'master' of mri.wsr.ac.at:zdot
This commit is contained in:
commit
d19833ead9
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