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