rwxrob-dot/.profile

10 lines
216 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
# 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