summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index d31c8c0..2b522a0 100644
--- a/.zshrc
+++ b/.zshrc
@@ -36,7 +36,8 @@ zstyle ':completion:*' cache-path $HOME/.zsh/cache
HISTFILE=$HOME/.zhistory
HISTSIZE=10000
SAVEHIST=10000
-WORDCHARS=${WORDCHARS//\/[&.;]} # Don't consider certain characters part of the word
+#WORDCHARS=${WORDCHARS//\/[&.;]} # Don't consider certain characters part of the word
+WORDCHARS=${WORDCHARS//[&.;]} # Don't consider certain characters part of the word
## Keybindings section
bindkey -v