diff options
| author | Jeff Carr <[email protected]> | 2025-10-01 19:39:55 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-01 19:39:55 -0500 |
| commit | 8f88b2790d5bd25c8f4e8a3ad4fe65e5a919d938 (patch) | |
| tree | 79b349207776c7ca970580b8abf05ef3ee38c816 | |
| parent | f561f5532dd80a4311a9516d429e5cdc6c41497d (diff) | |
minor
| -rw-r--r-- | bashrc/.wit | 5 |
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 |
