We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a3463 commit 326aedbCopy full SHA for 326aedb
.github/.devcontainer/Dockerfile
@@ -36,7 +36,7 @@ RUN SNIPPET="export PROMPT_COMMAND='history -a' && export HISTFILE=/commandhisto
36
&& touch /commandhistory/.bash_history \
37
&& chown -R $USERNAME /commandhistory \
38
&& echo "$SNIPPET" >> "/home/$USERNAME/.bashrc" \
39
- && sed -i '^/__bash_prompt$/d' "/home/$USERNAME/.bashrc"
+ && sed -i '/^__bash_prompt$/d' "/home/$USERNAME/.bashrc"
40
# ^ fix weird issues with shell not handling line wrapping
41
42
# buildroot dependencies
0 commit comments