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:
@@ -125,6 +125,10 @@ eval "$(dircolors)"
|
|||||||
|
|
||||||
# Initialize the prompt
|
# Initialize the prompt
|
||||||
source "${ZDOTDIR:-$HOME}/.zshtheme"
|
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
|
# Setup the CNF hook
|
||||||
if [[ -s /usr/share/doc/pkgfile/command-not-found.zsh ]]; then
|
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