aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 3 insertions, 0 deletions
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