From 653379ec31c0b6c237ede185391a19d77a255652 Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Wed, 30 Oct 2024 13:32:12 +0100 Subject: [PATCH] I need to eat more fish --- zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 07136ec..eb83a01 100644 --- a/zshrc +++ b/zshrc @@ -6,6 +6,7 @@ # # Global Order: zshenv, zprofile, zshrc, zlogin # +# # Load zprof if we need to profile startup time # at the bottom of ~/.zshrc add `zprof >! zsh_profile` to save @@ -33,7 +34,7 @@ for lib in $KERNLIB $LIBRARY; do [ -d $lib/completions ] && fpath=($lib/completions $fpath) for zshFile in $lib/[0-9]*.zsh; do - echo $zshFile + # echo $zshFile source $zshFile done done