Skip to content

Commit 5b7f161

Browse files
committed
Add zshenv
1 parent 4ea42cb commit 5b7f161

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ RUN pacman --noconfirm -S base base-devel bat desktop-file-utils \
2929
RUN mkdir -p /usr/libexec/git-core/ \
3030
&& ln -s /usr/lib/git-core/git-credential-libsecret /usr/libexec/git-core/git-credential-libsecret
3131

32+
RUN echo 'ZDOTDIR=${XDG_CONFIG_HOME:-$HOME/.config}/zsh' > /etc/zshenv
33+
3234
RUN useradd -r -md /home/${user} -s /bin/zsh --uid 1010 ${user} \
3335
&& echo "%${user} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers \
3436
&& mkdir -p /home/${user}/build-root

0 commit comments

Comments
 (0)