stow/shell/.profile

5 lines
128 B
Plaintext
Raw Permalink Normal View History

2023-11-07 16:41:32 +00:00
# Load the ~/.bashrc file if we're using Bash
if test -n "$BASH_VERSION"; then
test -r "$HOME/.bashrc" && . "$HOME/.bashrc"
fi