File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
3131RUN /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
You can’t perform that action at this time.
0 commit comments