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.
This commit is contained in:
2025-09-17 08:23:48 +03:00
parent 1800320e47
commit 984018cfc9

3
dot_mise.toml Normal file
View File

@@ -0,0 +1,3 @@
[env]
# prepend PATH with local one so we can use npm wrapper (bwrap)
_.path = ["~/.local/bin"]