diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme index 501f19376..26962e4fa 100644 --- a/themes/agnoster.zsh-theme +++ b/themes/agnoster.zsh-theme @@ -205,7 +205,7 @@ prompt_conda() { local conda_env="$CONDA_DEFAULT_ENV" if [[ -n $conda_env ]]; then if [[ -z $CONDA_PROMPT_MODIFIER ]]; then - prompt_segment blue black "conda:$conda_env" + prompt_segment blue black "conda:$(basename $conda_env)" fi fi }