From 2991d7a595d973ef69f95fdbdbb076b8b947e909 Mon Sep 17 00:00:00 2001 From: kael-dev-bot Date: Tue, 4 Aug 2026 18:36:43 +0000 Subject: [PATCH] Add header comment to .zshrc explaining its purpose and modular structure --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 6510d44..7c90322 100644 --- a/.zshrc +++ b/.zshrc @@ -1,4 +1,5 @@ -# Main .zshrc file that sources all modular components +# This is the main zsh configuration file. +# It sources modular configuration files from this repo (aliases.zsh, functions.zsh, etc). # Source plugin initializations (keep at top) source ~/.oh-my-posh-theme.json