mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
fix: Change plugin name
This commit is contained in:
parent
2b1bd03705
commit
4690cebd04
2 changed files with 3 additions and 3 deletions
|
|
@ -1,12 +0,0 @@
|
|||
function conda_prompt_info(){
|
||||
if command -v pyenv &>/dev/null && [[ $plugins == *"virtualenv"* ]]; then
|
||||
return
|
||||
else
|
||||
[[ -n ${CONDA_DEFAULT_ENV} ]] || return
|
||||
echo "${ZSH_THEME_CONDA_PREFIX=[}${CONDA_DEFAULT_ENV:t:gs/%/%%}${ZSH_THEME_CONDA_SUFFIX=]}"
|
||||
fi
|
||||
}
|
||||
|
||||
# disables display (${CONDA_DEFAULT_ENV})
|
||||
export CONDA_CHANGEPS1=false
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue