10 lines
182 B
Text
10 lines
182 B
Text
# .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
|
|
fi
|