From 36468206bfcce53a6655de86b0c3576597771dbc Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 31 Aug 2017 15:24:36 +1200 Subject: Change WORDCHARS --- environment | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.1