Minor changes to some functions

This commit is contained in:
crater2150 2021-12-03 15:10:31 +01:00
parent 118704ae78
commit b63655c492
4 changed files with 12 additions and 6 deletions

1
zshrc
View file

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