Add indicator to PROMT that you have a debian shell
This commit is contained in:
parent
abd0f6f29b
commit
32af2460bf
@ -28,6 +28,7 @@ COPY . /
|
|||||||
RUN git clone https://git.strongds.hu/mrtoth/zshrc.git ~/zshrc &&\
|
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)" &&\
|
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" &&\
|
||||||
ln -sf ~/zshrc/rc ~/.zshrc &&\
|
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 \
|
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git \
|
||||||
${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting &&\
|
${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting &&\
|
||||||
chsh -s /bin/zsh
|
chsh -s /bin/zsh
|
||||||
|
Loading…
Reference in New Issue
Block a user