From a03c08b80bb952f367ba22a495aa859a4e2b9e55 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Mon, 30 Apr 2018 12:23:50 +0100 Subject: [PATCH] Remove exit from mycd function --- shells/functions | 1 - 1 file changed, 1 deletion(-) diff --git a/shells/functions b/shells/functions index 63264c72..23a8ea72 100644 --- a/shells/functions +++ b/shells/functions @@ -48,7 +48,6 @@ function mycd() { $EDITOR "$1" else echo "Can't cd" - exit 1 fi fi }