diff options
author | David Phillips <david@sighup.nz> | 2017-08-31 15:24:36 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-08-31 15:24:36 +1200 |
commit | 36468206bfcce53a6655de86b0c3576597771dbc (patch) | |
tree | 9d1b7a522ebfa84e42ff42c68eff3a9dc08c6bc3 | |
parent | 5dbd8c63cfaf05a75470a6ff4b16db071d55f69b (diff) | |
download | dotfiles-36468206bfcce53a6655de86b0c3576597771dbc.tar.xz |
Change WORDCHARS
-rw-r--r-- | environment | 3 |
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 |