diff --git a/modules/prompt/themes/eriner.zsh-theme b/modules/prompt/themes/eriner.zsh-theme index 8bbd4ee..cb43a68 100644 --- a/modules/prompt/themes/eriner.zsh-theme +++ b/modules/prompt/themes/eriner.zsh-theme @@ -89,7 +89,7 @@ prompt_eriner_setup() { autoload -Uz colors && colors autoload -Uz add-zsh-hook - prompt_opts=(cr percent subst) + prompt_opts=(cr percent sp subst) add-zsh-hook precmd prompt_eriner_precmd diff --git a/modules/prompt/themes/gitster.zsh-theme b/modules/prompt/themes/gitster.zsh-theme index f98580f..c388229 100644 --- a/modules/prompt/themes/gitster.zsh-theme +++ b/modules/prompt/themes/gitster.zsh-theme @@ -26,7 +26,7 @@ prompt_gitster_setup() { autoload -Uz colors && colors autoload -Uz add-zsh-hook - prompt_opts=(cr percent subst) + prompt_opts=(cr percent sp subst) add-zsh-hook precmd prompt_gitster_precmd diff --git a/modules/prompt/themes/magicmace.zsh-theme b/modules/prompt/themes/magicmace.zsh-theme index 038d46e..ace8135 100644 --- a/modules/prompt/themes/magicmace.zsh-theme +++ b/modules/prompt/themes/magicmace.zsh-theme @@ -53,7 +53,7 @@ prompt_magicmace_setup() { autoload -Uz colors && colors autoload -Uz add-zsh-hook - prompt_opts=(cr percent subst) + prompt_opts=(cr percent sp subst) add-zsh-hook precmd prompt_magicmace_precmd diff --git a/modules/prompt/themes/minimal.zsh-theme b/modules/prompt/themes/minimal.zsh-theme index d88cd98..de10543 100644 --- a/modules/prompt/themes/minimal.zsh-theme +++ b/modules/prompt/themes/minimal.zsh-theme @@ -67,7 +67,7 @@ prompt_minimal_setup() { autoload -Uz colors && colors autoload -Uz add-zsh-hook - prompt_opts=(cr percent subst) + prompt_opts=(cr percent sp subst) add-zsh-hook precmd prompt_minimal_precmd diff --git a/modules/prompt/themes/steeef.zsh-theme b/modules/prompt/themes/steeef.zsh-theme index 0f78555..ad33d97 100644 --- a/modules/prompt/themes/steeef.zsh-theme +++ b/modules/prompt/themes/steeef.zsh-theme @@ -41,7 +41,7 @@ prompt_steeef_setup() { autoload -Uz add-zsh-hook autoload -Uz colors && colors - prompt_opts=(cr percent subst) + prompt_opts=(cr percent sp subst) add-zsh-hook precmd prompt_steeef_precmd