Revert "prompt: remove prompt_sp from prompt_smiley_setup as it is not needed"

This reverts commit 24e5e49ff2.
This commit is contained in:
Kaleb Elwert 2017-08-10 16:21:46 -07:00
parent 24e5e49ff2
commit 2f867d6f22
5 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit de795f7dd92382a8489bd355e1d1e648ecb4ad37
Subproject commit 2cb6eb6e29852e64a146b0284275ecdc0661b082

@ -1 +1 @@
Subproject commit f740c1bf32dbca8c63293fd6c13998bb1d1988f2
Subproject commit 3ad94b659910c775a6560c45b1524d23d8c83b09

@ -1 +1 @@
Subproject commit c66beb018948604d80419371a084590fade272ce
Subproject commit c48e4c69ef5c368ea7cda961ed9d0e298a5ae1fc

@ -1 +1 @@
Subproject commit 000a78b613e53ba7ac8f7770aa840cc2e528b7dd
Subproject commit 04fa7495cf8fe3aff8ce286d4517df15066b820a

View file

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