From 4b3ae11f9c2cbb76f83b99e25f2736ed2f61888c Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Thu, 31 Oct 2024 13:05:04 +0100 Subject: [PATCH] Stop profiling --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 5473e73..eb83a01 100644 --- a/zshrc +++ b/zshrc @@ -11,7 +11,7 @@ # Load zprof if we need to profile startup time # at the bottom of ~/.zshrc add `zprof >! zsh_profile` to save # profiling data at startup -zmodload zsh/zprof +# zmodload zsh/zprof # Default PATH PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:$HOME/bin"