From 3f3c1a415e23ac7e33adf3704d3dafe3e16d9d0e Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Tue, 16 Apr 2019 09:54:31 -0600 Subject: [PATCH] Fixed home reference --- bashrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 4038a62..5e19969 100644 --- a/bashrc +++ b/bashrc @@ -1,6 +1,9 @@ +RC_DIR="$HOME/.wryn" + # terminal colors -source ./bashcolors -source ./fun +source $RC_DIR/bashcolors +# scripts for fun (see file for dependencies) +source $RC_DIR/fun # --- Welcome message ----------------------------------------- exec artii "Welcome, beautiful" | lolcat; echo; cowsay -p -f small "damn u sexy" | lolcat;