Skip to content

Commit 95902b2

Browse files
committed
Fix creation of links
1 parent 098d3ff commit 95902b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ ENV USER_TERMINAL_CONFIG=/user-terminal-config
3030
# This can be overridden by the user mounting a different folder over the top
3131
RUN /root/terminal-config/ensure-user-terminal-config.sh && \
3232
ln -fs $USER_TERMINAL_CONFIG/inputrc /root/.inputrc && \
33-
echo '/root/terminal-config/ensure-user-terminal-config.sh' >> /root/.bashrc \
34-
echo 'source ${USER_TERMINAL_CONFIG}/bashrc' >> /root/.bashrc \
35-
echo '/root/terminal-config/ensure-user-terminal-config.sh' > /root/.zshrc \
33+
echo '/root/terminal-config/ensure-user-terminal-config.sh' >> /root/.bashrc && \
34+
echo 'source ${USER_TERMINAL_CONFIG}/bashrc' >> /root/.bashrc && \
35+
echo '/root/terminal-config/ensure-user-terminal-config.sh' > /root/.zshrc && \
3636
echo 'source ${USER_TERMINAL_CONFIG}/zshrc' >> /root/.zshrc
3737

3838
# Install uv using the official image

0 commit comments

Comments
 (0)