Skip to content
Snippets Groups Projects
Commit 96964c2a authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

Fix default editor in Dev Container


See merge request !577

Co-authored-by: default avatarNeil-Jocelyn Schark <neil-jocelyn.schark@stud.h-da.de>
parent 29925489
Branches
Tags
1 merge request!577Fix default editor in Dev Container
Pipeline #164370 passed
......@@ -34,8 +34,8 @@ ENV SHELL /bin/zsh
RUN wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh || true
# Set editor
RUN echo "export VISUAL='nano'" >> .zshrc
RUN echo "export EDITOR='nano'" >> .zshrc
RUN echo "export VISUAL='nano'" >> /home/vscode/.zshrc
RUN echo "export EDITOR='nano'" >> /home/vscode/.zshrc
# Install preferred version of the containerlab
RUN bash -c "$(curl -sL https://get.containerlab.dev)" -- -v ${_CLAB_VERSION}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment