# Bash Profile Configuration # Source .bashrc if it exists if [ -f ~/.bashrc ]; then source ~/.bashrc fi # Add any login-specific configurations here