dotfiles/config/shared/zsh
2025-09-26 02:58:02 +00:00

7 lines
174 B
Plaintext

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