diff options
| author | Miquel Sabaté <msabate@suse.com> | 2015-07-09 11:15:03 +0200 |
|---|---|---|
| committer | Miquel Sabaté <msabate@suse.com> | 2015-07-09 11:15:03 +0200 |
| commit | ae825698379fdbb6bbfa6b921837974b37625be1 (patch) | |
| tree | 879642e11c65475beee6a9590d91e743f78f5559 | |
| parent | b82d4fe5534cfb37657dbb9fa930d5df203d3702 (diff) | |
| download | dotfiles-ae825698379fdbb6bbfa6b921837974b37625be1.tar.gz dotfiles-ae825698379fdbb6bbfa6b921837974b37625be1.zip | |
Install the docker completion for bash when running the install.sh script
| -rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
