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:
3
dot_mise.toml
Normal file
3
dot_mise.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[env]
|
||||
# prepend PATH with local one so we can use npm wrapper (bwrap)
|
||||
_.path = ["~/.local/bin"]
|
Reference in New Issue
Block a user