Ver código fonte

Set REPORTTIME for zsh

Thomas Dy 9 anos atrás
pai
commit
e7f72ccdf5
1 arquivos alterados com 1 adições e 0 exclusões
  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