Browse Source

chore(agnoster): typo (#12437)

robinverduijn 11 months ago
parent
commit
bbfb985359
1 changed files with 2 additions and 2 deletions
  1. 2 2
      themes/agnoster.zsh-theme

+ 2 - 2
themes/agnoster.zsh-theme

@@ -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) '