Add fancy bash prompt from orchestration workshop (#28)

* Add bash prompt

* remove curly braces

* Change shell from ash to bash

* Add inputrc for bash
This commit is contained in:
Vincent De Smet
2016-11-30 11:12:34 +08:00
committed by Marcos Nils
parent 6371ee665e
commit d3e20724e9
5 changed files with 101 additions and 4 deletions

1
.bashrc Normal file
View File

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