Skip to content

Commit

Permalink
Add a .bashrc to the DevContainer similar to the .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechow committed Nov 26, 2024
1 parent 199208b commit bd517b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demo/.devcontainer/.bashrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# start Starship prompt
eval "$(starship init bash)"

source /home/blinky/.motd
1 change: 1 addition & 0 deletions demo/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN curl https://starship.rs/install.sh > /tmp/starship_install.sh && \
/tmp/starship_install.sh -y && \
rm /tmp/starship_install.sh

COPY .devcontainer/.bashrc /home/blinky/.bashrc
COPY .devcontainer/.zshrc /home/blinky/.zshrc

USER blinky

0 comments on commit bd517b5

Please sign in to comment.