From 9c4f0e053f5326f2d24c214def85b434ba14d22f Mon Sep 17 00:00:00 2001 From: "Sebastiaan (Bas) Peters" Date: Thu, 30 Nov 2017 16:09:11 +0100 Subject: [PATCH] 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. --- bash.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash.bashrc b/bash.bashrc index debe96b..3bf2819 100644 --- a/bash.bashrc +++ b/bash.bashrc @@ -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 >:)"; }