From a45991112acc4f7c13382f760ca25da4bc8ec9ff Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 6 Jan 2018 19:47:05 +0000 Subject: [PATCH] Make .bash_profile call .bashrc --- .bash_profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bash_profile b/.bash_profile index 203b1e6..fc8810a 100644 --- a/.bash_profile +++ b/.bash_profile @@ -5,3 +5,6 @@ if [ ! -f "/dev/shm/cloudcatcher-banner.txt" ]; then fi cat /dev/shm/cloudcatcher-banner.txt; + +source $HOME/.bashrc; +