Skip to content
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

Fix nvm alias default not being respected in new tmux windows/panes #1

Open
virtualzx-nad opened this issue Mar 1, 2025 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@virtualzx-nad
Copy link

Original issue from nvm-sh/nvm nvm-sh#3537

The default Node.js version set via nvm alias default is not being respected when opening new tmux windows or panes.

Steps to reproduce:

  1. Set default Node.js version with nvm alias default <version>
  2. Open tmux
  3. Create new window/pane
  4. Check Node.js version

Required changes:

  1. Fix shell initialization in tmux sessions
  2. Ensure proper environment variable handling
  3. Add tests for tmux integration
  4. Update documentation

This is a good first issue for someone familiar with shell scripting.

@virtualzx-nad virtualzx-nad added bug Something isn't working good first issue Good for newcomers labels Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant