summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authornaturedamends <120284608+naturedamends@users.noreply.github.com>2023-07-25 09:25:07 +0100
committerGitHub <noreply@github.com>2023-07-25 10:25:07 +0200
commite564793939a086fc4c46628b193a38997ea4ecb3 (patch)
treeb79dbbe44fcbbc2e1c7ea545361b9d99517ff6a7 /themes
parent6925c44af4bf909a1e023aaa7243e1752db2439a (diff)
downloadzsh-e564793939a086fc4c46628b193a38997ea4ecb3.tar.gz
zsh-e564793939a086fc4c46628b193a38997ea4ecb3.tar.bz2
zsh-e564793939a086fc4c46628b193a38997ea4ecb3.zip
feat(fino-time): add conda environment (#11785)
Diffstat (limited to 'themes')
-rw-r--r--themes/fino-time.zsh-theme1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/fino-time.zsh-theme b/themes/fino-time.zsh-theme
index c7e2d965e..3f9360ac5 100644
--- a/themes/fino-time.zsh-theme
+++ b/themes/fino-time.zsh-theme
@@ -12,6 +12,7 @@
# Also borrowing from http://stevelosh.com/blog/2010/02/my-extravagant-zsh-prompt/
function virtualenv_info {
+ [ $CONDA_DEFAULT_ENV ] && echo "($CONDA_DEFAULT_ENV) "
[ $VIRTUAL_ENV ] && echo '('`basename $VIRTUAL_ENV`') '
}