Browse Source

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

This reverts commit 24e5e49ff2.
master
Kaleb Elwert 7 years ago
parent
commit
2f867d6f22
  1. 2
      modules/autosuggestions/external
  2. 2
      modules/prompt/external/agnoster
  3. 2
      modules/prompt/external/powerline
  4. 2
      modules/prompt/external/pure
  5. 2
      modules/prompt/functions/prompt_smiley_setup

2
modules/autosuggestions/external

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

2
modules/prompt/external/agnoster vendored

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

2
modules/prompt/external/powerline vendored

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

2
modules/prompt/external/pure vendored

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

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 subst)
prompt_opts=(percent sp subst)
# Add hook for calling git-info before each command.
add-zsh-hook precmd prompt_smiley_precmd

Loading…
Cancel
Save