ansible/files/copr/copr_bashrc

11 lines
182 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
if [ -f /srv/copr-work/copr/cloud/ec2rc.sh ]; then
. /srv/copr-work/copr/cloud/ec2rc.sh
2012-11-06 16:50:17 +00:00
fi