Skip to content

Add Elvish shell integration #1405

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

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.

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

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