Files
opalfiles/archive/.bash_profile
2025-08-16 08:30:09 -07:00

9 lines
191 B
Bash

# ~/.bash_profile
# If interactive, load .bashrc for aliases, functions, prompt, etc.
if [ -n "$BASH_VERSION" ]; then
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi