Files
bDS/.mux/tool_env
Georg Bauer 3c7590f009 Chore/add beads (#52)
* chore: added beads

* more on beads

---------

Co-authored-by: hugo <hugoms@me.com>
2026-03-13 18:39:03 +01:00

6 lines
170 B
Plaintext

# Mux tool_env (sourced before bash tool calls)
# BEGIN BEADS MUX HOOK
# Ensure bd installed in ~/bin is discoverable.
export PATH="$HOME/bin:$PATH"
# END BEADS MUX HOOK