mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
# .bashrc
|
|
|
|
# Source global definitions
|
|
if [ -f /etc/bashrc ]; then
|
|
. /etc/bashrc
|
|
fi
|
|
|
|
if [ -f /home/copr/cloud/ec2rc.sh ]; then
|
|
. /home/copr/cloud/ec2rc.sh
|
|
fi
|