Skip to content

Commit 4408b03

Browse files
test
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent f37756a commit 4408b03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/dockerfiles/dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN dnf -y install libsecret libX11-devel libxkbcommon \
2020

2121
COPY --chmod=664 /build/conf/dev/.p10k.zsh /home/user/.p10k.zsh
2222

23-
# zsh support test
23+
# zsh support test test
2424
RUN wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O - | zsh && \
2525
cp $HOME/.oh-my-zsh/templates/zshrc.zsh-template $HOME/.zshrc && \
2626
chsh -s $(which zsh) root && \

0 commit comments

Comments
 (0)