split zsh in config modules

This commit is contained in:
2025-09-15 07:05:06 +02:00
parent 5fa4c6df2a
commit d7b5423c80
5 changed files with 124 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
if [ -f "$HOME/.config/zsh/zshrc" ]; then
source "$HOME/.config/zsh/zshrc"
else
echo "Warning: ~/.config/zsh/zshrc not found, skipping custom Zsh configuration."
fi