1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Enable zsh self-reporting

This commit is contained in:
2025-02-05 21:28:22 +01:00
parent 515f854701
commit 97e6e79755
3 changed files with 6 additions and 2 deletions

View File

@@ -125,6 +125,10 @@ eval "$(dircolors)"
# Initialize the prompt
source "${ZDOTDIR:-$HOME}/.zshtheme"
# Report commands that take longer than ten seconds, or more than 10MB
# of RAM
REPORTTIME=10
REPORTMEMORY=10240
# Setup the CNF hook
if [[ -s /usr/share/doc/pkgfile/command-not-found.zsh ]]; then