Add indicator to PROMT that you have a debian shell

This commit is contained in:
Kristóf Tóth 2018-06-12 14:16:33 +02:00
parent abd0f6f29b
commit 32af2460bf
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ COPY . /
RUN git clone https://git.strongds.hu/mrtoth/zshrc.git ~/zshrc &&\
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" &&\
ln -sf ~/zshrc/rc ~/.zshrc &&\
echo 'export PROMPT="${PROMPT}(${fg[red]}debian${reset_color}) "' >> ~/zshrc/rc &&\
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git \
${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting &&\
chsh -s /bin/zsh