diff options
| author | Jeff Carr <[email protected]> | 2025-10-01 19:47:33 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-01 19:47:33 -0500 |
| commit | 13cb779ba92d28a3548144c163d67d9aafb4d6df (patch) | |
| tree | 3b0f22f421d3bdc014dba8b55eba4fc4d8b9978e | |
| parent | 8a6d1f3348fe66d9cae125eb1c8726ed4c3579cc (diff) | |
oops
| -rw-r--r-- | bashrc/.wit | 4 |
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 |
