diff --git a/prompt b/prompt index d5cd24d..ffef217 100644 --- a/prompt +++ b/prompt @@ -42,3 +42,9 @@ then PROMPT="%(?..%?:)${PROMPT}" fi +# Same, but use smilies! +if [ "$SHOW_NZ_EXIT" = "smile" ] +then + PROMPT="%(?.😀.😵) ${PROMPT}" +fi +