1
0
Fork 0
mirror of https://github.com/sbrl/bin.git synced 2018-01-10 21:33:46 +00:00

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

View file

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