ansible/files/copr/copr_bashrc

11 lines
164 B
Text
Raw Normal View History

2012-11-06 16:50:17 +00:00
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
2013-10-03 20:37:34 +00:00
if [ -f /home/copr/cloud/ec2rc.sh ]; then
. /home/copr/cloud/ec2rc.sh
2012-11-06 16:50:17 +00:00
fi