0ac5906eee
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
9 lines
153 B
Bash
9 lines
153 B
Bash
# ~/.profile: executed by Bourne-compatible login shells.
|
|
|
|
echo $USER .profile
|
|
|
|
if [ "$BASH" ]; then
|
|
if [ -f ~/.bashrc ]; then
|
|
. ~/.bashrc
|
|
fi
|
|
fi
|