chore: Update Dockerfile to standardize environment variable assignments for editor

This commit is contained in:
Arsen Hovhanissian
2025-08-25 12:23:29 +03:00
parent cc09d58e8e
commit 5f52517c0b

View File

@@ -65,8 +65,8 @@ ENV PATH=$PATH:/usr/local/share/npm-global/bin
ENV SHELL=/bin/zsh
# Set the default editor and visual
ENV EDITOR nano
ENV VISUAL nano
ENV EDITOR=nano
ENV VISUAL=nano
# Default powerline10k theme
ARG ZSH_IN_DOCKER_VERSION=1.2.0