Browse Source

feat(fino-time): add conda environment (#11785)

naturedamends 9 months ago
parent
commit
e564793939
1 changed files with 1 additions and 0 deletions
  1. 1 0
      themes/fino-time.zsh-theme

+ 1 - 0
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`') '
 }