Compare commits

...

1 Commits

Author SHA1 Message Date
Ciro Spaciari MacBook
adcbf769fe docs(devcontainer): fix theme name typo in Dockerfile comment
The zsh-in-docker script installs the powerlevel10k theme, not
"powerline10k". Comment-only change; no functional impact.
2026-04-13 16:52:17 -07:00

View File

@@ -68,7 +68,7 @@ ENV SHELL=/bin/zsh
ENV EDITOR=nano
ENV VISUAL=nano
# Default powerline10k theme
# Default powerlevel10k theme
ARG ZSH_IN_DOCKER_VERSION=1.2.0
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v${ZSH_IN_DOCKER_VERSION}/zsh-in-docker.sh)" -- \
-p git \