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

6
profile Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
# POSIX-compliant profile for login shells
# This file is sourced by sh-compatible shells (including bash when invoked as sh)
# Source the common profile configuration
[ -f "$HOME/.shell-common/profile.common" ] && . "$HOME/.shell-common/profile.common"