chore: Update Dockerfile to standardize environment variable assignments for editor
This commit is contained in:
parent
cc09d58e8e
commit
5f52517c0b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue