summaryrefslogtreecommitdiff
path: root/.envrc
diff options
context:
space:
mode:
Diffstat (limited to '.envrc')
-rw-r--r--.envrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.envrc b/.envrc
index f342995..abee960 100644
--- a/.envrc
+++ b/.envrc
@@ -16,6 +16,9 @@
export CODEROOT=$PWD
export COLUMNS
#
+# ignore cabdir and hidden files when globbing
+ export GLOBIGNORE="_:**_/**:.*:$GLOBIGNORE"
+#
# scripts for editing go here
PATH_add $CODEROOT/Omni/Ide
#