summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorKjetil Ørbekk <kj@orbekk.com>2020-10-21 08:38:14 -0400
committerKjetil Ørbekk <kj@orbekk.com>2020-10-21 08:38:14 -0400
commit4b4c74d9905e8b2c0aad789000f889838ce46b4a (patch)
tree8e435fd2397c4cce0c54259145519db46ee7a6e1 /zsh
parent2bf9b199de7f3a357afb2b7b56e3fc144a86175d (diff)
Update zshrc
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 94c939e..7673b48 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -12,6 +12,9 @@ zstyle ':completion:*' menu select
zstyle ':completion::complete:*' gain-privileges 1
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
+# Don't skip over symbols, e.g., when deleting a word from a path.
+WORDCHARS=''
+
# History settings
HISTFILE=~/.zsh_history
HISTSIZE=1000000