Ver Código Fonte

~/.zshrc: Moar history.

Lucas Stadler 13 anos atrás
pai
commit
d01d577c01
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      .zshrc

+ 2 - 2
.zshrc

@ -10,8 +10,8 @@ compinit
10 10
# End of lines added by compinstall
11 11
# Lines configured by zsh-newuser-install
12 12
HISTFILE=~/.zsh_history
13
HISTSIZE=10000
14
SAVEHIST=1000
13
HISTSIZE=100000
14
SAVEHIST=100000
15 15
setopt autocd extendedglob
16 16
# End of lines configured by zsh-newuser-install
17 17