mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 18:38:00 +00:00
prompt: remove unneeded prompt_opts from smiley prompt
This commit is contained in:
parent
2f867d6f22
commit
dd1133d32e
@ -36,7 +36,7 @@ function prompt_smiley_precmd {
|
|||||||
|
|
||||||
function prompt_smiley_setup {
|
function prompt_smiley_setup {
|
||||||
unsetopt XTRACE KSH_ARRAYS
|
unsetopt XTRACE KSH_ARRAYS
|
||||||
prompt_opts=(percent sp subst)
|
prompt_opts=(percent subst)
|
||||||
|
|
||||||
# Add hook for calling git-info before each command.
|
# Add hook for calling git-info before each command.
|
||||||
add-zsh-hook precmd prompt_smiley_precmd
|
add-zsh-hook precmd prompt_smiley_precmd
|
||||||
|
Loading…
Reference in New Issue
Block a user