aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorMiquel Sabaté <msabate@suse.com>2015-07-09 11:15:03 +0200
committerMiquel Sabaté <msabate@suse.com>2015-07-09 11:15:03 +0200
commitae825698379fdbb6bbfa6b921837974b37625be1 (patch)
tree879642e11c65475beee6a9590d91e743f78f5559 /install.sh
parentb82d4fe5534cfb37657dbb9fa930d5df203d3702 (diff)
downloaddotfiles-ae825698379fdbb6bbfa6b921837974b37625be1.tar.gz
dotfiles-ae825698379fdbb6bbfa6b921837974b37625be1.zip
Install the docker completion for bash when running the install.sh script
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