From 4b4c74d9905e8b2c0aad789000f889838ce46b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Wed, 21 Oct 2020 08:38:14 -0400 Subject: Update zshrc --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh/.zshrc') 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 -- cgit v1.2.3