mirror of
https://github.com/anthropics/claude-code.git
synced 2026-05-21 02:52:42 +00:00
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.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user