From 056d22881536012d6473968ab95caf31fe32ad0a Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 16 Apr 2015 11:21:50 +0200 Subject: zprofile: Disable virtual env prompt --- zsh/.zprofile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zsh/.zprofile') diff --git a/zsh/.zprofile b/zsh/.zprofile index b8abd38..b4a6a5a 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -38,6 +38,8 @@ export SUDO_PROMPT=$'\e[31mSUDO\e[m password for \e[34m%p\e[m: ' export SHORTHOST=$(hostname -s) +export VIRTUAL_ENV_DISABLE_PROMPT=1 + if [[ -f "$ZDOTDIR"/profile-"$SHORTHOST" ]]; then source "$ZDOTDIR"/profile-"$SHORTHOST" fi -- cgit v1.2.3-54-g00ecf