Create a new shell at the given path, allowing popd on it
@override Shell pushd(String path) { throw UnimplementedError('pushd($path)'); }