diff --git a/zshenv b/zshenv index 74abf16..6e56b47 100644 --- a/zshenv +++ b/zshenv @@ -2,6 +2,11 @@ # ZSH Environment Setup # +# Enable ZSH profiling? +if [[ -n "$ZPROF" ]]; then + zmodload zsh/zprof; +fi + # Ensure values in path variable are unique typeset -U path