Skip to content

Commit 30fb8fb

Browse files
committed
Improve dockerfile prompt
1 parent b5d5847 commit 30fb8fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.devcontainer/Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ RUN curl https://raw.githubusercontent.com/brianc/dotfiles/master/.tmux.conf > ~
5858
# install nvm
5959
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash
6060

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+
6166
# Set the locale
6267
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen
6368
ENV LANG en_US.UTF-8

0 commit comments

Comments
 (0)