Skip to content

Commit

Permalink
Merge pull request #312 from jolicode/default-bash-rc
Browse files Browse the repository at this point in the history
Add a better default PS1 env var
  • Loading branch information
pyrech authored Jul 16, 2024
2 parents 2d30505 + c122dc2 commit 9681569
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions infrastructure/docker/services/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,9 @@ RUN mkdir -p "/home/app/.composer/cache" \
# Third party tools
ENV PATH="$PATH:/var/www/tools/bin"

# Good default customization
RUN cat >> /etc/bash.bashrc <<EOF
PS1='\[\e[01;33m\]\u \[\e[00;32m\]\w\[\e[0m\] '
EOF

WORKDIR /var/www/application

0 comments on commit 9681569

Please sign in to comment.