summaryrefslogtreecommitdiff
path: root/environment
diff options
context:
space:
mode:
Diffstat (limited to 'environment')
-rw-r--r--environment3
1 files changed, 3 insertions, 0 deletions
diff --git a/environment b/environment
index 9f4a5d3..e27441f 100644
--- a/environment
+++ b/environment
@@ -13,5 +13,8 @@ elif hash tcc 2>/dev/null ; then
export CC=tcc
fi
+# Do separate paths on '/' for word operations like ^W
+WORDCHARS=${WORDCHARS/\//}
+
# u=rwx,g=,o=
umask 077