Load environment configuration into local shell #4527
rocketraman
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can mise configurations be loaded into my current shell rather than operate by directory?
The use case is that I have a set of commands that I run from my PATH, and I want those commands to use the tools that I specify, and have that setting be persistent for my current shell.
It seems like a reasonable approach would be to have some kind of globally accessible environment configuration that can be loaded with
--env
from any location.I use
fish
.Beta Was this translation helpful? Give feedback.
All reactions