make sure joe is set as default editor

This commit is contained in:
2025-09-03 08:36:58 -07:00
parent 35c84ecea9
commit 1de5f9d9cb

View File

@@ -12,4 +12,4 @@ RUN git pull && git remote add gitlab ssh://git@gitlab.com/salfter/portage
RUN git config --global user.name "Scott Alfter" && git config --global user.email scott@alfter.us
RUN sed -i "s/^#en_US/en_US/" /etc/locale.gen && locale-gen && eselect locale set en_US.UTF-8 && . /etc/profile
RUN emerge joe && eselect editor set joe
RUN emerge joe && eselect editor set joe && . /etc/profile