1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 18:39:26 +00:00

prompt: remove prompt_sp from prompt_smiley_setup as it is not needed

This commit is contained in:
Kaleb Elwert
2017-08-10 13:39:49 -07:00
parent 730fc4690e
commit 24e5e49ff2
5 changed files with 5 additions and 5 deletions

View File

@ -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