We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d5847 commit 30fb8fbCopy full SHA for 30fb8fb
.devcontainer/Dockerfile
@@ -58,6 +58,11 @@ RUN curl https://raw.githubusercontent.com/brianc/dotfiles/master/.tmux.conf > ~
58
# install nvm
59
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash
60
61
+# set up a nicer prompt
62
+RUN git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1
63
+
64
+RUN echo "source $HOME/.bash-git-prompt/gitprompt.sh" >> ~/.bashrc
65
66
# Set the locale
67
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen
68
ENV LANG en_US.UTF-8
0 commit comments