0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

chore(agnoster): typo (#12437)

This commit is contained in:
robinverduijn 2024-05-21 22:39:12 -07:00 committed by GitHub
parent dfb436b54a
commit bbfb985359
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -228,7 +228,7 @@ prompt_virtualenv() {
}
# Conda Virtualenv
promp_conda_virtualenv() {
prompt_conda_virtualenv() {
if [[ -n $CONDA_PROMPT_MODIFIER ]]; then
prompt_segment black default ${CONDA_PROMPT_MODIFIER:1:-2}
fi
@ -274,7 +274,7 @@ build_prompt() {
prompt_bzr
prompt_hg
prompt_end
promp_conda_virtualenv
prompt_conda_virtualenv
}
PROMPT='%{%f%b%k%}$(build_prompt) '