From fa64c0f8a4f7549bdb29fcdd9fc68e20b2839837 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Sat, 30 May 2026 23:31:33 +0300 Subject: [PATCH] disable zshrc timining --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index fc8a2b0..27459fe 100644 --- a/.zshrc +++ b/.zshrc @@ -132,6 +132,6 @@ if [ -v K_SWITCH_HOME ]; then k switch $HOME fi -if true; then +if false; then printf "\e[38;5;34m⚡ \e[38;5;220m.zshrc parsed in \e[38;5;33m%.0fms\e[0m\n" "$(( SECONDS * 1000 ))" fi