summaryrefslogtreecommitdiff
path: root/themes/agnoster.zsh-theme
diff options
context:
space:
mode:
authorrobinverduijn <robinverduijn@users.noreply.github.com>2024-05-21 22:39:12 -0700
committerGitHub <noreply@github.com>2024-05-22 07:39:12 +0200
commitbbfb9853591312c180a0c417226e4ef899d4cf3a (patch)
tree5d2c4d5113f419d13d560353b4131d08932f0193 /themes/agnoster.zsh-theme
parentdfb436b54a10c84156a548dded0506d474050a43 (diff)
downloadzsh-bbfb9853591312c180a0c417226e4ef899d4cf3a.tar.gz
zsh-bbfb9853591312c180a0c417226e4ef899d4cf3a.tar.bz2
zsh-bbfb9853591312c180a0c417226e4ef899d4cf3a.zip
chore(agnoster): typo (#12437)
Diffstat (limited to 'themes/agnoster.zsh-theme')
-rw-r--r--themes/agnoster.zsh-theme4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme
index 767a4ed50..4445ad4a4 100644
--- a/themes/agnoster.zsh-theme
+++ b/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) '