From d9048be550a5a5c7b1e508e509d12a2590591669 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Mon, 23 Jan 2023 08:45:00 -0500 Subject: [PATCH] Auto Update --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index 5ae823e..9eccd43 100644 --- a/.bashrc +++ b/.bashrc @@ -71,3 +71,7 @@ if [ -f ~/.PS1 ] ; then else PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ ' fi + +if [ -f ~/colors.sh ] ; then + . ~/colors.sh +fi