shell-base/setup/user/.bash_profile
David Kebler 0ac5906eee refactor the way the module library is loaded
added startup script callable from profile.d
renamed setup.sh to load.sh
added rsync copy function cprs
added shell.env that is called by /etc/profile to set up access to this  and related repos
2020-11-13 10:25:04 -08:00

5 lines
159 B
Bash

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