From 13cb779ba92d28a3548144c163d67d9aafb4d6df Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 1 Oct 2025 19:47:33 -0500 Subject: oops --- bashrc/.wit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bashrc') diff --git a/bashrc/.wit b/bashrc/.wit index 22728b1..de797ae 100644 --- a/bashrc/.wit +++ b/bashrc/.wit @@ -145,6 +145,6 @@ else fi # load tools bashrc if it exists -if [ -f ~/tools/toolsrc ] && ! shopt -oq posix; then - . ~/tools/toolsrc +if [ -f ~/tools/.toolsrc ] && ! shopt -oq posix; then + . ~/tools/.toolsrc fi -- cgit v1.2.3