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

Removing nshopt -q login_shell as (hopefully) no longer necessary #153

Closed
wants to merge 1 commit into from

Conversation

dmalan
Copy link
Member

@dmalan dmalan commented Jul 10, 2024

No description provided.

@rongxin-liu
Copy link
Contributor

We need to add back the following to .devcontainer.json:

        "terminal.integrated.profiles.linux": {
          "bash": {
            "path": "/bin/bash",
            "args": [
                "-l"
            ]
          }
        }

But still not working as expected. I have to create another terminal to have the loggedin bash.

@rongxin-liu
Copy link
Contributor

To clarify, right after the rebuild, I'm still getting this prompt in my terminal:

ubuntu@codespaces-52f2b8:/workspaces/10591665$ 

Creating a new terminal will give me back the $ prompt.

@dmalan dmalan closed this Jul 10, 2024
@dmalan dmalan deleted the dmalan-patch-1 branch July 10, 2024 18:41
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.

2 participants