remove / from WORDCHARS for better path navigation
This commit is contained in:
parent
9d53645cf6
commit
f2d0f686cb
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ done
|
||||||
export path
|
export path
|
||||||
typeset -U path
|
typeset -U path
|
||||||
|
|
||||||
|
# remove / from word chars
|
||||||
|
export WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
|
||||||
|
|
||||||
[[ -d "$HOME/config/zsh" ]] && ZDOTDIR="$HOME/config/zsh"
|
[[ -d "$HOME/config/zsh" ]] && ZDOTDIR="$HOME/config/zsh"
|
||||||
|
|
||||||
fpath=($fpath $ZDOTDIR/functions)
|
fpath=($fpath $ZDOTDIR/functions)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue