2012-11-06 16:50:17 +00:00
|
|
|
# .bashrc
|
|
|
|
|
|
|
|
# Source global definitions
|
|
|
|
if [ -f /etc/bashrc ]; then
|
|
|
|
. /etc/bashrc
|
|
|
|
fi
|
|
|
|
|
2013-02-26 21:14:19 +00:00
|
|
|
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
|