summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dot_config/zsh/zshrc.style5
1 files changed, 5 insertions, 0 deletions
diff --git a/dot_config/zsh/zshrc.style b/dot_config/zsh/zshrc.style
index fdb4584..32febcb 100644
--- a/dot_config/zsh/zshrc.style
+++ b/dot_config/zsh/zshrc.style
@@ -1,5 +1,10 @@
# -*- mode: sh -*-
# vim: ft=zsh
+
+# default -> remove the /
+[[ $WORDCHARS = '*?_-.[]~=/&;!#$%^(){}<>' ]] &&
+ WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
+
### ZStyle
## completion
# TODO: a lot of this is stolen from grml; probably figure out more details