Skip to content

terminal_view: Don't try home_dir when working locally#53071

Merged
Veykril merged 1 commit intozed-industries:mainfrom
pepyakin:pep/home-dir-only-local
Apr 21, 2026
Merged

terminal_view: Don't try home_dir when working locally#53071
Veykril merged 1 commit intozed-industries:mainfrom
pepyakin:pep/home-dir-only-local

Conversation

@pepyakin
Copy link
Copy Markdown
Contributor

@pepyakin pepyakin commented Apr 3, 2026

When opening a remote session, sometimes you get a message:

/bin/bash: line 1: cd: /Users/pep: No such file or directory

which suggests that that the local home dir (/Users/pep) is used for the remote terminal session, where it should be something like /home/ubuntu.

Release Notes:

  • Fixed remote terminals incorrectly trying to change to a local home directory.

When opening a remote session, sometimes you get a message:

    /bin/bash: line 1: cd: /Users/pep: No such file or directory

which suggests that that the local home dir (/Users/pep) is used
for the remote terminal session, where it should be
something like /home/ubuntu.
@cla-bot cla-bot Bot added the cla-signed The user has signed the Contributor License Agreement label Apr 3, 2026
@zed-codeowner-coordinator zed-codeowner-coordinator Bot requested review from a team, Veykril and kubkon and removed request for a team April 3, 2026 12:58
@maxdeviant maxdeviant changed the title fix(terminal_view): don't try home_dir when working locally terminal_view: Don't try home_dir when working locally Apr 3, 2026
Copy link
Copy Markdown
Member

@Veykril Veykril left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Veykril Veykril merged commit aa14c42 into zed-industries:main Apr 21, 2026
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants