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

Add bashrc and set default shell to bash in devcontainer #91

Merged
merged 3 commits into from
Dec 10, 2024

Conversation

victorreijgwart
Copy link
Member

Description

Specifies bash as console and adds the bashrc file. This adds a lot of convenient console features such as tab completion and colors.

Big thanks to @marcojob for this PR!

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that causes existing functionality to not work as expected)
  • Other (please describe): Vscode devcontainer convenience

Detailed Summary

  • On user creation, specify bash as console
  • Copy the skeleton .bashrc to the home folder of the created user

The only thing I don't fully understand is why the .bashrc is not copied automatically, but this can happen if the base image is a very minimal image

@victorreijgwart victorreijgwart self-assigned this Dec 10, 2024
@victorreijgwart victorreijgwart merged commit db4f2ff into main Dec 10, 2024
25 checks passed
@victorreijgwart victorreijgwart deleted the feature/better_devcontainer branch December 10, 2024 14:12
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