Files
blog_os/docker/.bash_aliases
Patrik 2e8da22b32 Docker: Add a Dockerfile and Makefile targets (#373)
* add docker build option

* add docker section in makefile

* add bash_aliases to get different prompt
2017-12-09 17:34:22 +01:00

2 lines
153 B
Bash

PS1="\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[1;35m\]<$IMAGE_NAME>\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ "