Skip to content

Instantly share code, notes, and snippets.

@heffcodex
Created April 7, 2019 00:16
Show Gist options
  • Save heffcodex/2c63fd0b3ff9cd5ced1089bd4f5249f6 to your computer and use it in GitHub Desktop.
Save heffcodex/2c63fd0b3ff9cd5ced1089bd4f5249f6 to your computer and use it in GitHub Desktop.
Pretty bash prompt for docker image
RUN touch ~/.bashrc \
&& echo "export PATH=${PATH}:/var/www/vendor/bin" >> ~/.bashrc \
&& echo "PS1='\[\033[1;36m\]\h \[\033[1;34m\]\W\[\033[0;35m\] \[\033[1;36m\]# \[\033[0m\]'" >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment