From 777f86082bb1e687d673e5cac43b71b84def6cdc Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 25 Feb 2015 08:31:00 -0500 Subject: [PATCH] Yet more oh my zsh plugins --- zshrc | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index 4342a20..77bc328 100644 --- a/zshrc +++ b/zshrc @@ -28,13 +28,31 @@ COMPLETION_WAITING_DOTS="true" # DISABLE_UNTRACKED_FILES_DIRTY="true" plugins=( - git - ruby - vi-mode autoenv + aws bundler + cabal + command-not-found + cp + docker + gem + git + git-hubflow golang + heroku + osx + pip + postgres + python + rails + rake-fast rbenv + redis-cli + rsync + ruby + tmux + vagrant + vi-mode ) fpath=(/usr/local/share/zsh/site-functions $fpath)