浏览代码

Set REPORTTIME for zsh

Thomas Dy 9 年之前
父节点
当前提交
e7f72ccdf5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .zsh/config.zsh

+ 1 - 0
.zsh/config.zsh

@@ -11,6 +11,7 @@ zstyle ':completion:*' menu select
 zstyle ':completion:*:default'         list-colors ${(s.:.)LS_COLORS}
 zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
 
+REPORTTIME=5
 HISTFILE="${HOME}/.zhistory"
 SAVEHIST=10000