Update shell configuration to consider macOS and Linux

This commit is contained in:
Jens Luedicke
2025-09-22 13:36:07 +02:00
parent c7bbc68a92
commit 806fb003be
6 changed files with 205 additions and 47 deletions

5
bash/bash_profile Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
# Bash profile - loaded for login shells
# Source bashrc if it exists
[ -f "$HOME/.bashrc" ] && source "$HOME/.bashrc"