Skip to content

Commit

Permalink
Remove git global config file (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKa authored Jun 20, 2023
2 parents f7aadf3 + 4fdeb99 commit 5398b81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion linux-x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ RUN echo 'source /usr/share/bash-completion/completions/git' >> /.bashrc
RUN git clone https://github.com/lyze/posh-git-sh.git
RUN echo 'source /posh-git-sh/git-prompt.sh' >> /.bashrc
RUN echo "PROMPT_COMMAND='__posh_git_ps1 \"\\u@\\h:\\w \" \"\\\$ \";'$PROMPT_COMMAND" >> .bashrc
RUN git config --global bash.enableStashStatus false

# Install libraries
COPY install.sh /install.sh
Expand Down

0 comments on commit 5398b81

Please sign in to comment.