From ae825698379fdbb6bbfa6b921837974b37625be1 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Thu, 9 Jul 2015 11:15:03 +0200 Subject: Install the docker completion for bash when running the install.sh script --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 766e4ae..0077c3b 100755 --- a/install.sh +++ b/install.sh @@ -62,3 +62,6 @@ rm -rf review git clone https://github.com/mssola/review cd review ./install.sh + +# Install the completion file for the `docker` command. +wget https://raw.githubusercontent.com/docker/docker/master/contrib/completion/bash/docker -O $HOME/.dockercompletion.sh -- cgit v1.2.3