From b26c1378c2ebed417d974865a9441dfa877a49de Mon Sep 17 00:00:00 2001 From: matt1432 Date: Mon, 23 Jan 2023 15:09:01 -0500 Subject: [PATCH] Auto Update --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 358b222..4815e4d 100644 --- a/.bashrc +++ b/.bashrc @@ -72,6 +72,6 @@ else PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ ' fi -if [ -f ~/git/dotfiles/colors.sh ] ; then - . ~/git/dotfiles/colors.sh +if [ -f ~/git/dotfiles/.colors ] ; then + . ~/git/dotfiles/.colors fi