diff options
author | Kjetil Ørbekk <kj@orbekk.com> | 2020-10-21 08:38:14 -0400 |
---|---|---|
committer | Kjetil Ørbekk <kj@orbekk.com> | 2020-10-21 08:38:14 -0400 |
commit | 4b4c74d9905e8b2c0aad789000f889838ce46b4a (patch) | |
tree | 8e435fd2397c4cce0c54259145519db46ee7a6e1 | |
parent | 2bf9b199de7f3a357afb2b7b56e3fc144a86175d (diff) |
Update zshrc
-rw-r--r-- | zsh/.zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |