add docker completion

This commit is contained in:
Gaetan Semet 2015-04-22 18:18:27 +02:00
commit ec0da7e7c4

View file

@ -39,7 +39,7 @@ plugins=(git2 python repo intel-repo cp buildbot rsync git-extras git-remote-bra
command-not-found debian dircycle encode64 lol extract launch_trial \
vim-scp ufw sublime pylint pep8 autopep8 \
common-aliases buildbot_dev zsh-syntax-highlighting \
txw jump grin pip colored-man)
txw jump grin pip colored-man docker)
source $ZSH/oh-my-zsh.sh
@ -77,3 +77,6 @@ export EDITOR='vim'
export LESS='-RX'
unsetopt correctall
### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"