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:
parent
6a369c0e92
commit
a45991112a
1 changed files with 3 additions and 0 deletions
|
@ -5,3 +5,6 @@ if [ ! -f "/dev/shm/cloudcatcher-banner.txt" ]; then
|
|||
fi
|
||||
|
||||
cat /dev/shm/cloudcatcher-banner.txt;
|
||||
|
||||
source $HOME/.bashrc;
|
||||
|
||||
|
|
Loading…
Reference in a new issue