Fixed home reference

This commit is contained in:
Wryn Wagner 2019-04-16 09:54:31 -06:00
parent dc6fe98151
commit 3f3c1a415e

7
bashrc
View File

@ -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;