From f96c1eb5e591bc10fd2e4e5f0bcd016ab0aba809 Mon Sep 17 00:00:00 2001
From: romkatv <roman.perepelitsa@gmail.com>
Date: Mon, 18 May 2020 07:00:11 +0200
Subject: add POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=false to config templates

See #730.
---
 config/p10k-classic.zsh      | 2 ++
 config/p10k-lean-8colors.zsh | 2 ++
 config/p10k-lean.zsh         | 2 ++
 config/p10k-rainbow.zsh      | 2 ++
 4 files changed, 8 insertions(+)

(limited to 'config')

diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh
index 2620f4a4..8eef2d59 100644
--- a/config/p10k-classic.zsh
+++ b/config/p10k-classic.zsh
@@ -846,6 +846,8 @@
   typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=37
   # Don't show Python version next to the virtual environment name.
   typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=false
+  # Don't show virtualenv if pyenv is already shown.
+  typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=false
   # Separate environment name from Python version only with a space.
   typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER=
   # Custom icon.
diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh
index 9ba9ce25..1c1c9141 100644
--- a/config/p10k-lean-8colors.zsh
+++ b/config/p10k-lean-8colors.zsh
@@ -823,6 +823,8 @@
   typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=6
   # Don't show Python version next to the virtual environment name.
   typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=false
+  # Don't show virtualenv if pyenv is already shown.
+  typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=false
   # Separate environment name from Python version only with a space.
   typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER=
   # Custom icon.
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh
index 0ef3e545..69c1464d 100644
--- a/config/p10k-lean.zsh
+++ b/config/p10k-lean.zsh
@@ -823,6 +823,8 @@
   typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=37
   # Don't show Python version next to the virtual environment name.
   typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=false
+  # Don't show virtualenv if pyenv is already shown.
+  typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=false
   # Separate environment name from Python version only with a space.
   typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER=
   # Custom icon.
diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh
index b946fea6..b7694e6c 100644
--- a/config/p10k-rainbow.zsh
+++ b/config/p10k-rainbow.zsh
@@ -881,6 +881,8 @@
   # typeset -g POWERLEVEL9K_VIRTUALENV_BACKGROUND=4
   # Don't show Python version next to the virtual environment name.
   typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=false
+  # Don't show virtualenv if pyenv is already shown.
+  typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=false
   # Separate environment name from Python version only with a space.
   typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER=
   # Custom icon.
-- 
cgit v1.2.3