summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2021-04-30 16:33:05 -0400
committerAdam T. Carpenter <atc@53hor.net>2021-04-30 16:33:05 -0400
commit4252450f86624adf31b57f0863825b0539df119c (patch)
tree4fa85dab9df30ca12694fd201de9648c2648f814 /.zshrc
parent514f130fa95f2cc24cbccdf7e8b8dd2b38b52f58 (diff)
downloaddotfiles-4252450f86624adf31b57f0863825b0539df119c.tar.xz
dotfiles-4252450f86624adf31b57f0863825b0539df119c.zip
updated a bunch of configs, added some themes
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