1
0
Fork 0

Make .bash_profile call .bashrc

This commit is contained in:
Starbeamrainbowlabs 2018-01-06 19:47:05 +00:00
parent 6a369c0e92
commit a45991112a
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 3 additions and 0 deletions

View File

@ -5,3 +5,6 @@ if [ ! -f "/dev/shm/cloudcatcher-banner.txt" ]; then
fi
cat /dev/shm/cloudcatcher-banner.txt;
source $HOME/.bashrc;