Files
dotfiles/dot_mise.toml
Alan Orth 984018cfc9 Add ~/.mise.toml
Top-level mise config to prepend ~/.local/bin to the $PATH so we
can run the bubblewrapped npm and yarn instad of those that are
in the respective mise Node.js environments.
2025-09-17 08:23:48 +03:00

4 lines
96 B
TOML

[env]
# prepend PATH with local one so we can use npm wrapper (bwrap)
_.path = ["~/.local/bin"]