diff options
-rw-r--r-- | .zsh.after/export.zsh | 2 |
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 |