From d8dd434758907d2a3a3bee95e92b2a6e9d7cd2c7 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sat, 6 May 2017 11:46:01 -0700 Subject: [PATCH] Added the bundler plugin --- link/nix/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/link/nix/zshrc b/link/nix/zshrc index b648435..b88ebbd 100644 --- a/link/nix/zshrc +++ b/link/nix/zshrc @@ -51,7 +51,7 @@ COMPLETION_WAITING_DOTS="false" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(brew gem git git-flow history osx python vagrant) +plugins=(brew bundler gem git git-flow history osx python vagrant) source $ZSH/oh-my-zsh.sh