mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 17:28:01 +00:00
prompt: remove prompt_sp from prompt_smiley_setup as it is not needed
This commit is contained in:
parent
730fc4690e
commit
24e5e49ff2
@ -1 +1 @@
|
||||
Subproject commit 2cb6eb6e29852e64a146b0284275ecdc0661b082
|
||||
Subproject commit de795f7dd92382a8489bd355e1d1e648ecb4ad37
|
2
modules/prompt/external/agnoster
vendored
2
modules/prompt/external/agnoster
vendored
@ -1 +1 @@
|
||||
Subproject commit 3ad94b659910c775a6560c45b1524d23d8c83b09
|
||||
Subproject commit f740c1bf32dbca8c63293fd6c13998bb1d1988f2
|
2
modules/prompt/external/powerline
vendored
2
modules/prompt/external/powerline
vendored
@ -1 +1 @@
|
||||
Subproject commit c48e4c69ef5c368ea7cda961ed9d0e298a5ae1fc
|
||||
Subproject commit c66beb018948604d80419371a084590fade272ce
|
2
modules/prompt/external/pure
vendored
2
modules/prompt/external/pure
vendored
@ -1 +1 @@
|
||||
Subproject commit 04fa7495cf8fe3aff8ce286d4517df15066b820a
|
||||
Subproject commit 000a78b613e53ba7ac8f7770aa840cc2e528b7dd
|
@ -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…
Reference in New Issue
Block a user