From d1a7351c5b982cc3051e84ec2bfe5a2917fe4a9c Mon Sep 17 00:00:00 2001 From: James Walker Date: Thu, 17 Jul 2014 18:35:41 -0400 Subject: [PATCH] zshrc tweaks bundler plugin --- home/.zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.zshrc b/home/.zshrc index 4d47a73..79d340f 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 cask tmux tmuxinator git github git-flow ruby gem rvm rails bundler heroku ssh-agent bower npm nvm golang drush composer symfony2 vagrant knife) +plugins=(extract cask tmux tmuxinator git github git-flow ruby gem rvm rails bundler heroku ssh-agent npm nvm golang drush composer symfony2 vagrant knife) # Python/ virtualenv if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then @@ -42,6 +42,8 @@ case "$OSTYPE" in ;; esac +UNBUNDLED_COMMANDS=(knife) + # OH MY ZSH! source $ZSH/oh-my-zsh.sh @@ -55,5 +57,3 @@ if [ $TERM = "screen" ]; then fi export EDITOR="vim" export LSCOLORS="ExGxFxdxCxDxDxhbadExEx" - -export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting