From bd78c3b2bfadc3e713a7952e3c0d525bb242705a Mon Sep 17 00:00:00 2001 From: Carlos Cardoso Date: Sun, 10 Mar 2013 22:31:49 -0300 Subject: [PATCH] Disable VENV on change directory. --- templates/zshrc-linux.zsh | 4 ++-- templates/zshrc-mac.zsh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/zshrc-linux.zsh b/templates/zshrc-linux.zsh index 8a4339709..90b081064 100644 --- a/templates/zshrc-linux.zsh +++ b/templates/zshrc-linux.zsh @@ -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="mh" +ZSH_THEME="afowler" # Example aliases # alias zshconfig="mate ~/.zshrc" @@ -27,7 +27,7 @@ DISABLE_AUTO_UPDATE="true" COMPLETION_WAITING_DOTS="true" # Virtualenvwrapper plugin - Disable directory name discovery -DISABLE_VENV_CD="true" +DISABLE_VENV_CD="1" # 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/ diff --git a/templates/zshrc-mac.zsh b/templates/zshrc-mac.zsh index 82ffeec29..4b0b36acd 100644 --- a/templates/zshrc-mac.zsh +++ b/templates/zshrc-mac.zsh @@ -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="mh" +ZSH_THEME="afowler" # Example aliases # alias zshconfig="mate ~/.zshrc" @@ -27,7 +27,7 @@ DISABLE_AUTO_UPDATE="true" COMPLETION_WAITING_DOTS="true" # Virtualenvwrapper plugin - Disable directory name discovery -DISABLE_VENV_CD="true" +DISABLE_VENV_CD="1" # 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/