diff --git a/zsh/zshrc b/zsh/zshrc index e9e1659..2e618b9 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -22,6 +22,9 @@ done export path typeset -U path +# remove / from word chars +export WORDCHARS='*?_-.[]~=&;!#$%^(){}<>' + [[ -d "$HOME/config/zsh" ]] && ZDOTDIR="$HOME/config/zsh" fpath=($fpath $ZDOTDIR/functions)