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 }