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...
|
||||
HISTFILE=~/.histfile
|
||||
HISTSIZE=1000
|
||||
SAVEHIST=1000
|
||||
HISTSIZE=10240
|
||||
SAVEHIST=10240
|
||||
setopt appendhistory autocd extendedglob nomatch notify
|
||||
unsetopt beep
|
||||
|
||||
|
|
Loading…
Reference in a new issue