From 222a0c9e32d677bd5734002c1535fc1dcda39b3d Mon Sep 17 00:00:00 2001 From: cheetah Date: Mon, 11 Mar 2013 03:05:37 +0400 Subject: [PATCH] .zshrc update --- home/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.zshrc b/home/.zshrc index c5b7e45..6222dae 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -1,7 +1,7 @@ ZSH=$HOME/.oh-my-zsh -ZSH_THEME="sunrise" +ZSH_THEME="norm" -plugins=(osx brew git github redis-cli python ruby rbenv gem bundler cap heroku vagrant zsh-syntax-highlighting) +plugins=(osx brew git github redis-cli ruby rbenv gem bundler vagrant zsh-syntax-highlighting) source $ZSH/oh-my-zsh.sh