diff options
Diffstat (limited to '.envrc')
| -rw-r--r-- | .envrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -18,7 +18,9 @@ export AREA="Test" export TMPDIR="$CODEROOT/_/tmp" # -# ignore cabdir and hidden files when globbing +# ignore cabdir and hidden files when globbing (prevents ARG_MAX errors) +# NOTE: requires globstar usually in ~/.bashrc, but here too just in case + shopt -s globstar export GLOBIGNORE="**_/**:.*:**node_modules/**:$GLOBIGNORE" # # scripts for editing go here |
