From 150bc458e35ece6a90aa81d356cf2284434d1898 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 30 Dec 2013 10:06:52 +0000 Subject: [PATCH] Disable oh-my-zsh's rails plugin, it only causes problems --- shell/zshrc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/zshrc.sh b/shell/zshrc.sh index a780ee0..0add897 100644 --- a/shell/zshrc.sh +++ b/shell/zshrc.sh @@ -34,8 +34,8 @@ DISABLE_AUTO_TITLE="true" # 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=(brew bundler cake cap gem heroku node nyan osx powder python rails \ - ruby thor vagrant) +plugins=(brew bundler cake cap gem heroku node nyan osx powder python ruby \ + thor vagrant) source "$ZSH/oh-my-zsh.sh"