Skip to content

💥 Allow no upper bound on directory stack size and cache the size

AdminXVII requested to merge AdminXVII/ion:no-error-dir-stack into master

Introduce a new builtin, "dir_depth" to change the dir_stack depth, rather than reading the env var at each CD. Allow no upper limit on dir_stack size Remove wrappers in the Shell

Breaking changes: to set the max depth, one must now use a builtin rather than a env var

Merge request reports