summaryrefslogtreecommitdiff
path: root/12_Prompts.zsh
diff options
context:
space:
mode:
Diffstat (limited to '12_Prompts.zsh')
-rw-r--r--12_Prompts.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/12_Prompts.zsh b/12_Prompts.zsh
index 06aa711..a8c9043 100644
--- a/12_Prompts.zsh
+++ b/12_Prompts.zsh
@@ -43,7 +43,7 @@ preexec ()
local lines=$(( (${#string} - 1) / $COLUMNS))
for i in {0..$lines} ; print -Pn "\e[1A"
print -Pn "\r$PROMPT"
- print "$1"
+ print "${(q)1}"
prompt_colors[date]=$date_colors[normal]
}