We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37756a commit 4408b03Copy full SHA for 4408b03
1 file changed
build/dockerfiles/dev.Dockerfile
@@ -20,7 +20,7 @@ RUN dnf -y install libsecret libX11-devel libxkbcommon \
20
21
COPY --chmod=664 /build/conf/dev/.p10k.zsh /home/user/.p10k.zsh
22
23
-# zsh support test
+# zsh support test test
24
RUN wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O - | zsh && \
25
cp $HOME/.oh-my-zsh/templates/zshrc.zsh-template $HOME/.zshrc && \
26
chsh -s $(which zsh) root && \
0 commit comments