From e6cb933ec1b1b2d5156ca0a22e58d84817140a7b Mon Sep 17 00:00:00 2001 From: James Walker Date: Mon, 28 Dec 2015 18:42:28 -0500 Subject: [PATCH] add docker completions --- home/.zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.zshrc b/home/.zshrc index 69e2607..12c583b 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -19,7 +19,7 @@ export ZSH_CUSTOM=$HOME/.zsh/custom # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(extract tmux tmuxinator timetrap git github git-flow ruby gem rvm rails bundler heroku ssh-agent npm nvm golang drush composer symfony2 vagrant knife) +plugins=(extract tmux tmuxinator timetrap git github git-flow ruby gem rvm rails bundler heroku ssh-agent npm nvm golang drush composer symfony2 vagrant knife docker docker-compose) # Python/ virtualenv if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then @@ -28,7 +28,7 @@ if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then fi # Platform specific settings -case "$OSTYPE" in +case "$OSTYPE" in darwin*) plugins=($plugins brew brew-cask osx) ;; @@ -54,6 +54,6 @@ fi if [ $TERM = "screen" ]; then export DISABLE_AUTO_TITLE="true" -fi +fi export EDITOR="vim" export LSCOLORS="ExGxFxdxCxDxDxhbadExEx"