Update shell configuration to consider macOS and Linux
This commit is contained in:
5
bash/bash_profile
Normal file
5
bash/bash_profile
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Bash profile - loaded for login shells
|
||||
|
||||
# Source bashrc if it exists
|
||||
[ -f "$HOME/.bashrc" ] && source "$HOME/.bashrc"
|
||||
Reference in New Issue
Block a user