Key binding changes

This commit is contained in:
crater2150 2020-04-02 18:21:55 +02:00
parent 7eadc39b28
commit 32842dcd00
2 changed files with 6 additions and 1 deletions

1
zshrc
View file

@ -13,6 +13,7 @@ setopt completeinword
setopt chase_links
setopt short_loops
setopt cdable_vars
WORDCHARS=${WORDCHARS//\/}
export ZDOTDIR=${ZDOTDIR:-$HOME/.zsh}