Replies: 2 comments
-
This would be a really nice quality-of-life improvement (though it would probably be a bit tedious to maintain). What I have started doing in my projects using
This is also pretty tedious, but it at least allows me to keep a single source of truth for the envars (via |
Beta Was this translation helpful? Give feedback.
-
I think executing bash during mise initialization is best avoided for performance reasons. mise and direnv work completely differently—mise is declarative where direnv executes bash code for its configuration. This works alright for direnv which only runs on |
Beta Was this translation helpful? Give feedback.
-
Hello,
Is there a way fir mise to read .envrc file (variables and/or functions) without direnv. (like mise able to read .tool-versions file)
We have a lots of .envrc and would like a transparent way to replace direnv by mise. Just to know if it's possible to do or maybe planned ?
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions