faster report time

This commit is contained in:
David Todd 2021-01-11 22:23:29 -06:00
parent cea6f93354
commit 635cb655be
1 changed files with 2 additions and 2 deletions

4
.zshrc
View File

@ -14,8 +14,8 @@ setopt HIST_IGNORE_SPACE
setopt HIST_REDUCE_BLANKS
setopt HIST_VERIFY
# Say how long a command took, if it took more than 15 seconds
export REPORTTIME=15
# Say how long a command took, if it took more than 5 seconds
export REPORTTIME=5
# Prompts for confirmation after 'rm *' etc
# Helps avoid mistakes like 'rm * o' when 'rm *.o' was intended