mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 14:31:42 +08:00
11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
# .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
|