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
RUN rm -rf /usr/man
# throw in some minor shell niceties
RUN alias ls='ls --color=auto' && \
alias ll='ls -lGh $@'
RUN echo 'alias ls="ls --color=auto"' >> ~/.bashrc && \
echo 'alias ll="ls -lGh $@"' >> ~/.bashrc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment