From 8f88b2790d5bd25c8f4e8a3ad4fe65e5a919d938 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 1 Oct 2025 19:39:55 -0500 Subject: minor --- bashrc/.wit | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bashrc/.wit b/bashrc/.wit index d3b2cf7..22728b1 100644 --- a/bashrc/.wit +++ b/bashrc/.wit @@ -143,3 +143,8 @@ if [[ $(type -t _git_wit) == function ]]; then else echo "should add wit bash completion here" fi + +# load tools bashrc if it exists +if [ -f ~/tools/toolsrc ] && ! shopt -oq posix; then + . ~/tools/toolsrc +fi -- cgit v1.2.3