diff options
author | David Runge <dave@sleepmap.de> | 2022-03-16 16:08:21 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2022-03-16 16:24:14 +0100 |
commit | 8bd43a86b83039565688421d778bf5d7305fa049 (patch) | |
tree | ae974150b1b3eb2588c1bbf74c97abff9bac1c82 | |
parent | e9da2e4a7170871297c892aa89402c4cf1dccb84 (diff) | |
download | dotfiles-8bd43a86b83039565688421d778bf5d7305fa049.tar.gz dotfiles-8bd43a86b83039565688421d778bf5d7305fa049.tar.bz2 dotfiles-8bd43a86b83039565688421d778bf5d7305fa049.tar.xz dotfiles-8bd43a86b83039565688421d778bf5d7305fa049.zip |
zsh: Remove use of REPORTTIME
.config/zsh/includes/export.zsh:
Remove the automatic report for processes executing longer than five
seconds.
-rw-r--r-- | .config/zsh/includes/export.zsh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/zsh/includes/export.zsh b/.config/zsh/includes/export.zsh index 42ab5e9..f923553 100644 --- a/.config/zsh/includes/export.zsh +++ b/.config/zsh/includes/export.zsh @@ -34,7 +34,6 @@ export XKB_DEFAULT_LAYOUT=de # browser export BROWSER=firefox -export REPORTTIME=5 # systemd export SYSTEMD_EDITOR=nvim |