1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-10-04 01:17:49 +08:00

Add docker cli bash completion

Fixes #103
This commit is contained in:
Marcos Lilljedahl
2017-03-11 15:56:57 -03:00
parent 7a8f1a9862
commit 7df7a7c68f
2 changed files with 6 additions and 3 deletions

2
.profile Normal file
View File

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