11 lines
164 B
Text
11 lines
164 B
Text
|
# .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
|