Skip to content

Commit 326aedb

Browse files
Update Dockerfile
1 parent 75a3463 commit 326aedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN SNIPPET="export PROMPT_COMMAND='history -a' && export HISTFILE=/commandhisto
3636
&& touch /commandhistory/.bash_history \
3737
&& chown -R $USERNAME /commandhistory \
3838
&& echo "$SNIPPET" >> "/home/$USERNAME/.bashrc" \
39-
&& sed -i '^/__bash_prompt$/d' "/home/$USERNAME/.bashrc"
39+
&& sed -i '/^__bash_prompt$/d' "/home/$USERNAME/.bashrc"
4040
# ^ fix weird issues with shell not handling line wrapping
4141

4242
# buildroot dependencies

0 commit comments

Comments
 (0)