From 73f0d5f79ef338cfe3bd3e24e60efedc8a46a8ac Mon Sep 17 00:00:00 2001 From: Carlos Cardoso Date: Thu, 5 Jul 2012 13:34:53 -0300 Subject: [PATCH] New customizations. --- templates/zshrc.zsh-template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 394b56ec2..33fb833e6 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh # Look in ~/.oh-my-zsh/themes/ # Optionally, if you set this to "random", it'll load a random theme each # time that oh-my-zsh is loaded. -ZSH_THEME="jreese" +ZSH_THEME="gsemet" # Example aliases # alias zshconfig="mate ~/.zshrc" @@ -32,7 +32,7 @@ DISABLE_AUTO_UPDATE="true" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git python pythonbrew virtualenvwrapper vim-override) +plugins=(git python vim-override) source $ZSH/oh-my-zsh.sh