Files
dotfiles/.bash_profile

8 lines
123 B
Bash

if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
if [ -f "$HOME/.bash_exports" ]; then
. "$HOME/.bash_exports"
fi