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: use root for cwd instead of current #222

Merged
merged 1 commit into from
Apr 5, 2024
Merged

fix: use root for cwd instead of current #222

merged 1 commit into from
Apr 5, 2024

Conversation

mikesmithgh
Copy link
Owner

Using current causes issues over ssh, specifically when using
the kitten +ssh command. This is because it current cwd on
the remote machine may not exist on the local machine. root
uses the originating window instead of the overlay window
containing the remote connection.

Using `current` causes issues over ssh, specifically when using
the `kitten +ssh` command. This is because it current cwd on
the remote machine may not exist on the local machine. `root`
uses the originating window instead of the overlay window
containing the remote connection.
@mikesmithgh mikesmithgh marked this pull request as ready for review April 5, 2024 11:56
@mikesmithgh mikesmithgh merged commit db38665 into main Apr 5, 2024
20 checks passed
@mikesmithgh mikesmithgh deleted the fix-cwd-root branch April 5, 2024 11:56
mikesmithgh pushed a commit that referenced this pull request Apr 5, 2024
## [4.3.1](v4.3.0...v4.3.1) (2024-04-05)

### Bug Fixes

* use root for cwd instead of current ([#222](#222)) ([db38665](db38665))
@mikesmithgh
Copy link
Owner Author

🎉 This PR is included in version 4.3.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant