From ec0da7e7c4a4d997203dfb7dfc66585a46bde652 Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Wed, 22 Apr 2015 18:18:27 +0200 Subject: [PATCH] add docker completion --- templates/zshrc-linux.zsh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/zshrc-linux.zsh b/templates/zshrc-linux.zsh index d08ee292b..02bc6660d 100644 --- a/templates/zshrc-linux.zsh +++ b/templates/zshrc-linux.zsh @@ -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"