From 79f4846c615a33b206009010d84946dc1ea649bb 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 }