more history saved in zsh
This commit is contained in:
parent
68a0e79f55
commit
1b23044725
1 changed files with 2 additions and 2 deletions
4
.zshrc
4
.zshrc
|
@ -46,8 +46,8 @@ source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# Customize to your needs...
|
# Customize to your needs...
|
||||||
HISTFILE=~/.histfile
|
HISTFILE=~/.histfile
|
||||||
HISTSIZE=1000
|
HISTSIZE=10240
|
||||||
SAVEHIST=1000
|
SAVEHIST=10240
|
||||||
setopt appendhistory autocd extendedglob nomatch notify
|
setopt appendhistory autocd extendedglob nomatch notify
|
||||||
unsetopt beep
|
unsetopt beep
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue