Skip to content

Commit

Permalink
Add proper prompt_opts to smiley prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
belak authored and lalonde committed Feb 28, 2019
1 parent 00930f9 commit 77b73cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/prompt/functions/prompt_smiley_setup
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function prompt_smiley_precmd {

function prompt_smiley_setup {
unsetopt XTRACE KSH_ARRAYS
prompt_opts=(percent subst)
prompt_opts=(cr percent sp subst)

# Add hook for calling git-info before each command.
add-zsh-hook precmd prompt_smiley_precmd
Expand Down

0 comments on commit 77b73cd

Please sign in to comment.