-
-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Add a section on how to use environment variables #4435
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hverlin
commented
Feb 17, 2025
@@ -60,6 +63,18 @@ export default { | |||
}); | |||
}, | |||
}, | |||
watch: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jdx
approved these changes
Feb 17, 2025
@@ -538,7 +538,7 @@ const completionSpec: Fig.Spec = { | |||
}, | |||
{ | |||
name: ["alias", "a"], | |||
description: "Manage aliases", | |||
description: "Manage version aliases.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
really this should be changed, I just haven't got around to updating the command
jdx
pushed a commit
that referenced
this pull request
Feb 19, 2025
### 🚀 Features - **(registry)** add lychee to registry by [@eread](https://github.com/eread) in [#4181](#4181) - Install latest nominated zig from https://machengine.org/zig/index.json by [@tamadamas](https://github.com/tamadamas) in [#4451](#4451) ### 🐛 Bug Fixes - **(cli/run)** inherit stdio by --raw even when redactions are enabled by [@risu729](https://github.com/risu729) in [#4446](#4446) - **(task)** Running programs on windows without cmd.exe by [@NavyD](https://github.com/NavyD) in [#4459](#4459) - bugs with grep in tar_supports_zstd in mise.run script by [@glasser](https://github.com/glasser) in [#4453](#4453) ### 📚 Documentation - fix watch files hook example by [@rsyring](https://github.com/rsyring) in [#4427](#4427) - Fix run-on sentence by [@henrebotha](https://github.com/henrebotha) in [#4429](#4429) - mention hk by [@jdx](https://github.com/jdx) in [1a58e86](1a58e86) - discord link by [@jdx](https://github.com/jdx) in [b586085](b586085) - Add a section on how to use environment variables by [@hverlin](https://github.com/hverlin) in [#4435](#4435) - Update installation for archLinux by [@Nicknamely](https://github.com/Nicknamely) in [#4449](#4449) ### 🧪 Testing - always set experimental = true in tests by [@jdx](https://github.com/jdx) in [#4443](#4443) ### Chore - fixed new clippy lints by [@jdx](https://github.com/jdx) in [#4463](#4463) ### New Contributors - @tamadamas made their first contribution in [#4451](#4451) - @Nicknamely made their first contribution in [#4449](#4449) - @eread made their first contribution in [#4181](#4181) - @rsyring made their first contribution in [#4427](#4427)
This was referenced Feb 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
mise alias
command is only for version aliases (not backend aliases)