Skip to content

Revise activation of mise shell with shell.

Nathan Weinshenker requested to merge nw/activate-mise-shell into main

What does this merge request do and why?

Encountered an error when trying to activate mise with the /bin/zsh shell. The usage of mise activate $SHELL didn't work well with the /etc/shells.

nweinshenker@Nathans-MacBook-Pro-2 gdk % eval "$(mise activate $SHELL)"
error: invalid value '/bin/zsh' for '[SHELL_TYPE]'
  [possible values: bash, fish, nu, xonsh, zsh]

For more information, try '--help'.
nweinshenker@Nathans-MacBook-Pro-2 gdk % echo $SHELL
/bin/zsh
nweinshenker@Nathans-MacBook-Pro-2 gdk % eval "$(mise hook-env)"    
nweinshenker@Nathans-MacBook-Pro-2 gdk % mise cd ..
error: unrecognized subcommand 'cd'

Usage: mise [OPTIONS] <COMMAND>

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Impacted categories

The following categories relate to this merge request:

Merge request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise an issue to follow-up.
  • Documentation added/updated, if needed.
  • Announcement added, if change is notable.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Evan Read

Merge request reports

Loading