Browse Source

prompt: remove unneeded prompt_opts from smiley prompt

master
Kaleb Elwert 7 years ago
parent
commit
dd1133d32e
  1. 2
      modules/prompt/functions/prompt_smiley_setup

2
modules/prompt/functions/prompt_smiley_setup

@ -36,7 +36,7 @@ function prompt_smiley_precmd { @@ -36,7 +36,7 @@ function prompt_smiley_precmd {
function prompt_smiley_setup {
unsetopt XTRACE KSH_ARRAYS
prompt_opts=(percent sp subst)
prompt_opts=(percent subst)
# Add hook for calling git-info before each command.
add-zsh-hook precmd prompt_smiley_precmd

Loading…
Cancel
Save