mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 12:30:32 +01:00
Enable zsh self-reporting
This commit is contained in:
@@ -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
|
||||
|
||||
Submodule zsh/.config/zsh/plugins/zsh-autosuggestions updated: a411ef3e09...e52ee8ca55
Reference in New Issue
Block a user