X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/196f1d13eb24798b320b42c6f96e2801b9a40f25..e226ac038cb5616a177678c19023b639c3e9ef1c:/etc/zsh/functions/Prompts/prompt_arrows_setup?ds=inline diff --git a/etc/zsh/functions/Prompts/prompt_arrows_setup b/etc/zsh/functions/Prompts/prompt_arrows_setup index 8c280f4..9c59b8f 100644 --- a/etc/zsh/functions/Prompts/prompt_arrows_setup +++ b/etc/zsh/functions/Prompts/prompt_arrows_setup @@ -68,7 +68,7 @@ function prompt_arrows_setup() { PROMPT="%F{$c}>>> $hist" ;; *) - echo "Unknown prompt mode $m" + echo -E "Unknown prompt mode $m" return ;; }