summaryrefslogtreecommitdiffstats
path: root/roles/copr/backend/files/copr_bashrc
blob: ca46554b175ede9a2653f8b13283781b45d43460 (plain)
1
2
3
4
5
6
7
8
9
10
# .bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
	. /etc/bashrc
fi

if [ -f /home/copr/cloud/ec2rc.sh ]; then
     . /home/copr/cloud/ec2rc.sh
fi