You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I see that the env vars I am setting in mise.toml are not getting loaded into my shell, and that when I run mise doctor, this config file isn't listed as having been loaded.
To Reproduce
Set the MISE_CONFIG_DIR env to a local directory in your shell profile (I'm using zsh)
Create a mise.toml in the MISE_CONFIG_DIR with some settings, env vars, etc
Expected behavior
I see that {MISE_CONFIG_DIR}/mise.{MISE_ENV}.toml is listed as on the file lookup path for mise profiles based on the docs, but it looks like this file is not getting loaded for some reason.
The docs mention $MISE_CONFIG_DIR/mise.{MISE_ENV}.toml, with MISE_ENV="development" that translates to a file named $MISE_CONFIG_DIR/mise.development.toml. A file $MISE_CONFIG_DIR/mise.toml is currently not supported in this location.
Describe the bug
I have a
mise
config file, located in$MISE_CONFIG_DIR
,mise.toml
.I am using
mise.toml
to store globalmise
settings that I do not want to track withgit
{MISE_CONFIG_DIR}/config.{MISE_ENV}.local.toml
to config lookup #2773However, I see that the env vars I am setting in
mise.toml
are not getting loaded into my shell, and that when I runmise doctor
, this config file isn't listed as having been loaded.To Reproduce
MISE_CONFIG_DIR
env to a local directory in your shell profile (I'm usingzsh
)mise.toml
in theMISE_CONFIG_DIR
with some settings, env vars, etcExpected behavior
I see that
{MISE_CONFIG_DIR}/mise.{MISE_ENV}.toml
is listed as on the file lookup path formise
profiles based on the docs, but it looks like this file is not getting loaded for some reason.mise doctor
outputAdditional context
.zshrc
:$MISE_CONFIG_HOME/mise.toml
:TLDR
mise
can find$MISE_CONFIG_DIR/config.{MISE_ENV}.toml
but not$MISE_CONFIG_DIR/mise.{MISE_ENV}.toml
The text was updated successfully, but these errors were encountered: