From 0fa720e2a5616eb0b71d5f57265f3f9b24c6ddea Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Wed, 22 Apr 2020 21:09:12 +0200 Subject: [PATCH] Fix to previous change Add exit with 127 error code. --- botfiles/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/botfiles/.zshrc b/botfiles/.zshrc index 936e3a7..9d91221 100644 --- a/botfiles/.zshrc +++ b/botfiles/.zshrc @@ -25,6 +25,7 @@ source $HOME/.shellrc # error message command_not_found_handler() { printf "\nahh shit, command not found\n\033[0;31m(╯°□°)╯︵ ┻━┻\n\n" + exit 127 } # prompt