-
Notifications
You must be signed in to change notification settings - Fork 39
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
hyper windows git bash error #76
Comments
Any reason why this is happenning? I am notificing the same problem |
reinstall was my solution |
Reinstall what? The |
entire hyper.js |
That doesn't seem to solve the issue on my end. Is it a specific version that works with hypercwd? @sungle3737 |
Actually I'm using Windows Terminal, but my last version was 3.0.2 |
Ah right, thanks. I've done a little bit more digging on this plugin. I stripped hypercwd to see what the issue was. Turns out it isn't actually hypercwd that is causing these issues, so reinstalling hyper.js seems like the responsible route to go and may have been the reason why it works for you now. I'll keep digging to see what it is that's causing this issue for me specifically and post it for anyone else that's having the same problem |
Unfortunately, couldn't do any more digging. Clumped up with my own work. |
I'm finding the same issue on a new install of Hyper when using Windows Subsystem for Linux Bash. Not sure what it is :/ |
For those on WSL and are encountering the same issue, I wrote a simple bash function that sets the current working dir in the bashrc/zshrc file which is then cd'd into on opening a new tab. In the zshrc file include the lines: Then define a function in your zshenv file:
Now you can call |
Same issue on:
Removing the plugin from the plugins array and the config and restarting Hyper fixed it for me, at the cost of not having that functionality. |
The text was updated successfully, but these errors were encountered: