summaryrefslogtreecommitdiff
path: root/themes/agnoster.zsh-theme
diff options
context:
space:
mode:
authorCarlo Sala <carlosalag@protonmail.com>2024-05-22 09:15:11 +0200
committerCarlo Sala <carlosalag@protonmail.com>2024-05-22 09:15:11 +0200
commitc77a01dbe28acaa13e53c7dc78d6b798f3f42fc2 (patch)
tree13fada0544011aba0c80644dde5db9c6e5f038e3 /themes/agnoster.zsh-theme
parentbbfb9853591312c180a0c417226e4ef899d4cf3a (diff)
downloadzsh-c77a01dbe28acaa13e53c7dc78d6b798f3f42fc2.tar.gz
zsh-c77a01dbe28acaa13e53c7dc78d6b798f3f42fc2.tar.bz2
zsh-c77a01dbe28acaa13e53c7dc78d6b798f3f42fc2.zip
Revert "feat(agnoster): add `anaconda` env information (#12434)"
This reverts commit 309129f651eeeca62c3a3b7f6817f0ac601db9f0.
Diffstat (limited to 'themes/agnoster.zsh-theme')
-rw-r--r--themes/agnoster.zsh-theme9
1 files changed, 0 insertions, 9 deletions
diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme
index 4445ad4a4..c2a542163 100644
--- a/themes/agnoster.zsh-theme
+++ b/themes/agnoster.zsh-theme
@@ -227,14 +227,6 @@ prompt_virtualenv() {
fi
}
-# Conda Virtualenv
-prompt_conda_virtualenv() {
- if [[ -n $CONDA_PROMPT_MODIFIER ]]; then
- prompt_segment black default ${CONDA_PROMPT_MODIFIER:1:-2}
- fi
-}
-
-
# Status:
# - was there an error
# - am I root
@@ -274,7 +266,6 @@ build_prompt() {
prompt_bzr
prompt_hg
prompt_end
- prompt_conda_virtualenv
}
PROMPT='%{%f%b%k%}$(build_prompt) '