浏览代码

~/.zshrc: Moar history.

Lucas Stadler 13 年之前
父节点
当前提交
d01d577c01
共有 1 个文件被更改,包括 2 次插入2 次删除
  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