diff options
| author | Jeonguk Choi <91456421+cjeonguk@users.noreply.github.com> | 2024-07-16 01:56:44 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-15 18:56:44 +0200 |
| commit | 70cfff448d15933882526d3b12411b6a6b16abf0 (patch) | |
| tree | dba920074b7db91161e880713cb8a1c900430532 /lib | |
| parent | 379e974d2b54bcc7de0f1787a592957031616559 (diff) | |
| download | zsh-70cfff448d15933882526d3b12411b6a6b16abf0.tar.gz zsh-70cfff448d15933882526d3b12411b6a6b16abf0.tar.bz2 zsh-70cfff448d15933882526d3b12411b6a6b16abf0.zip | |
feat(conda-env): add plugin for conda prompt display (#10619)
Co-authored-by: Jeonguk Choi <91456421+devj121@users.noreply.github.com>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/prompt_info_functions.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/prompt_info_functions.zsh b/lib/prompt_info_functions.zsh index 29aca9b48..722ae58c0 100644 --- a/lib/prompt_info_functions.zsh +++ b/lib/prompt_info_functions.zsh @@ -20,6 +20,7 @@ function chruby_prompt_info \ jenv_prompt_info \ azure_prompt_info \ tf_prompt_info \ + conda_prompt_info \ { return 1 } |
