From 300102897a4710e1559e4435c686f794d126d3c3 Mon Sep 17 00:00:00 2001 From: Kaleb Elwert Date: Fri, 6 Apr 2018 11:35:39 -0700 Subject: [PATCH] Add proper prompt_opts to smiley prompt --- modules/prompt/functions/prompt_smiley_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/prompt/functions/prompt_smiley_setup b/modules/prompt/functions/prompt_smiley_setup index 3066a2d..3d41b3a 100644 --- a/modules/prompt/functions/prompt_smiley_setup +++ b/modules/prompt/functions/prompt_smiley_setup @@ -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