summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc/.wit5
1 files changed, 5 insertions, 0 deletions
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