Add ppwd and add pretty sh prompt colours

This commit is contained in:
2018-02-05 21:10:26 +00:00
parent 887b731053
commit b24a4d9302
2 changed files with 6 additions and 1 deletions

View File

@ -97,6 +97,9 @@ COPY --from=builder /output/ /
ADD skel/* /etc/
RUN chmod 1777 /tmp
ADD https://gist.githubusercontent.com/frebib/2b4ba154a9d62b31b1edcb50477e7f01/raw/647c3f8ee4dc7e325cd41f40fe47735f75a7f607/ppwd.sh /usr/bin/ppwd
RUN chmod 755 /usr/bin/ppwd
ENV ENV="/etc/profile"
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/bin