aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after/export.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.after/export.zsh')
-rw-r--r--.zsh.after/export.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh.after/export.zsh b/.zsh.after/export.zsh
index e578ef7..ab087ae 100644
--- a/.zsh.after/export.zsh
+++ b/.zsh.after/export.zsh
@@ -16,7 +16,7 @@ case "$(hostname)" in
esac
export BROWSER=firefox
-export REPORTTIME=30
+export REPORTTIME=5
# if vimpager is installed, use it instead of less
if [[ -x /usr/bin/vimpager ]];then