Skip to content

Conversation

@Yappaholic
Copy link

Elvish is a scripting language and interactive shell for Linux, BSD, MacOS and Windows. I decided to add elvish integration because found that it is somewhat similar to fish shell and it would be useful for elvish users to be able to use --use-on-cd feature of fnm.

try {{
  {version_file_exists_condition}
}} catch e {{
}} else {{
  fnm use --silent-if-unchanged
}}

Reason for this strange type of checking in src/shell/elvish.rs is that there is no way in elvish to view the exit code of the last command, so the best IMO way to do this is by catching error if test exits with 1 code.

set after-chdir = [{{|dir| {autoload_hook} }}]

Also, elvish has after-dir hook, which automatically runs the autoload_hook on directory change.

I tested it on Linux x86_64, hopefully it will work on Windows and MacOS too.

@changeset-bot
Copy link

changeset-bot bot commented Mar 28, 2025

⚠️ No Changeset found

Latest commit: 2488fee

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Mar 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fnm ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 28, 2025 10:29pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant