Skip to content

Instantly share code, notes, and snippets.

@dpisarewski
Last active April 13, 2016 12:46
Show Gist options
  • Save dpisarewski/fd8d6ce1ab651ff68fd1 to your computer and use it in GitHub Desktop.
Save dpisarewski/fd8d6ce1ab651ff68fd1 to your computer and use it in GitHub Desktop.
if [[ $RETVAL -ne 0 ]]
then
symbols+="%{%F{red}%}✘"
else
symbols+="%{%F{green}%}✓"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment