1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-14 01:57:32 +08:00
docker-labs/.bashrc
Vincent De Smet d3e20724e9 Add fancy bash prompt from orchestration workshop (#28)
* Add bash prompt

* remove curly braces

* Change shell from ash to bash

* Add inputrc for bash
2016-11-30 05:12:34 +02:00

2 lines
96 B
Bash

export PS1='\e[1m\e[31m[\h] \e[32m($(docker-prompt)) \e[34m\u@$(hostname -i)\e[35m \w\e[0m\n$ '