Add prompt_opts to prompt setup function

pull/22/head
Kaleb Elwert 8 years ago
parent 25fc2fb03e
commit f46c1bc11b

@ -1336,6 +1336,12 @@ prompt_powerlevel9k_setup() {
# Maximum integer on 32-bit CPUs
_P9K_TIMER_START=2147483647
prompt_opts=(subst percent)
# borrowed from promptinit, sets the prompt options in case pure was not
# initialized via promptinit.
setopt noprompt{bang,cr,percent,subst} "prompt${^prompt_opts[@]}"
# Display a warning if the terminal does not support 256 colors
local term_colors
term_colors=$(echotc Co 2>/dev/null)

Loading…
Cancel
Save