This repository has been archived on 2022-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
bash-shell-base/setup/.bash_profile
David Kebler e25e44a98d added setup directory with set of user and system source files that can be copied in new machine
changed setup.sh to load.sh
startup only loads system repos by default and allows passing directory argument
2020-11-10 14:09:08 -08:00

6 lines
192 B
Bash

#!/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