mirror of
https://github.com/anthropics/claude-code.git
synced 2026-01-30 04:02:03 +00:00
chore: Update Dockerfile to standardize environment variable assignments for editor
This commit is contained in:
@@ -65,8 +65,8 @@ ENV PATH=$PATH:/usr/local/share/npm-global/bin
|
|||||||
ENV SHELL=/bin/zsh
|
ENV SHELL=/bin/zsh
|
||||||
|
|
||||||
# Set the default editor and visual
|
# Set the default editor and visual
|
||||||
ENV EDITOR nano
|
ENV EDITOR=nano
|
||||||
ENV VISUAL nano
|
ENV VISUAL=nano
|
||||||
|
|
||||||
# Default powerline10k theme
|
# Default powerline10k theme
|
||||||
ARG ZSH_IN_DOCKER_VERSION=1.2.0
|
ARG ZSH_IN_DOCKER_VERSION=1.2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user