#!/bin/bash
# uncomment for debuggin
echo ".bash_profile sourced at user $USER login"
[[ -f "$HOME/.bashrc" ]] && source "$HOME/.bashrc"
[[ $- == *i* ]] || statup_load $HOME/$BASH_SHELL_USER