stow/shell/.profile

5 lines
128 B
Bash

# Load the ~/.bashrc file if we're using Bash
if test -n "$BASH_VERSION"; then
test -r "$HOME/.bashrc" && . "$HOME/.bashrc"
fi