diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 40f1825..ffacdb0 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -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 diff --git a/zsh/.config/zsh/plugins/zsh-autosuggestions b/zsh/.config/zsh/plugins/zsh-autosuggestions index a411ef3..e52ee8c 160000 --- a/zsh/.config/zsh/plugins/zsh-autosuggestions +++ b/zsh/.config/zsh/plugins/zsh-autosuggestions @@ -1 +1 @@ -Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8 +Subproject commit e52ee8ca55bcc56a17c828767a3f98f22a68d4eb diff --git a/zsh/.config/zsh/plugins/zsh-you-should-use b/zsh/.config/zsh/plugins/zsh-you-should-use index 8e0548c..f13d39a 160000 --- a/zsh/.config/zsh/plugins/zsh-you-should-use +++ b/zsh/.config/zsh/plugins/zsh-you-should-use @@ -1 +1 @@ -Subproject commit 8e0548c0c2270c3ee422f350106e538d108c3f5b +Subproject commit f13d39a1ae84219e4ee14e77d31bb774c91f2fe3