rwxrob-dot/.profile
Rob Muhlestein 2ea0289e9f Rebase
2022-02-09 02:29:05 -05:00

10 lines
216 B
Bash

# This file is only here because some brain-dead
# applications require it.
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi