aboutsummaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r--internal/p10k.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index 1912a027..95469b20 100644
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -5334,6 +5334,7 @@ function _p9k_on_expand() {
local -i _p9k_clm=COLUMNS _p9k_ind=${ZLE_RPROMPT_INDENT:-1}
(( __p9k_ksh_arrays )) && setopt ksh_arrays
(( __p9k_sh_glob )) && setopt sh_glob
+ setopt prompt_subst
print -rnP -- '%b%k%f%E'$ruler
}
fi