Skip to content
Snippets Groups Projects
Commit b41969f9 authored by Nick Bearson's avatar Nick Bearson
Browse files

apparenty we do still need bashrc

parent 3e2b8bf7
No related branches found
No related tags found
No related merge requests found
...@@ -83,6 +83,6 @@ RUN rm -rf /build ...@@ -83,6 +83,6 @@ RUN rm -rf /build
RUN rm -rf /usr/man RUN rm -rf /usr/man
# throw in some minor shell niceties # throw in some minor shell niceties
RUN alias ls='ls --color=auto' && \ RUN echo 'alias ls="ls --color=auto"' >> ~/.bashrc && \
alias ll='ls -lGh $@' echo 'alias ll="ls -lGh $@"' >> ~/.bashrc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment