Update shell configuration to consider macOS and Linux
This commit is contained in:
6
profile
Normal file
6
profile
Normal 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"
|
||||
Reference in New Issue
Block a user