Remove exit from mycd function

master
Jonathan Hodgson 6 years ago
parent 5a6c4005b6
commit a03c08b80b
  1. 1
      shells/functions

@ -48,7 +48,6 @@ function mycd() {
$EDITOR "$1"
else
echo "Can't cd"
exit 1
fi
fi
}

Loading…
Cancel
Save