aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-04-16 11:21:50 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-04-16 11:21:50 +0200
commit056d22881536012d6473968ab95caf31fe32ad0a (patch)
tree2fc2c27eb288c112adfae6f3604d4b0fa74c5873
parenta3d2bd68a134117da405f93aa8947312e9af7e19 (diff)
downloaddotfiles-056d22881536012d6473968ab95caf31fe32ad0a.tar.xz
zprofile: Disable virtual env prompt
-rw-r--r--zsh/.zprofile2
1 files changed, 2 insertions, 0 deletions
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