fix(zsh): use nullglob to ignore missing folders

This commit is contained in:
Michel 2023-10-04 15:03:36 +02:00
parent f04f54a794
commit 6e50ca797e
1 changed files with 2 additions and 0 deletions

2
.zshrc
View File

@ -15,6 +15,7 @@ WORDCHARS="*?_-.~$"
### Path
###
setopt nullglob
path=(
$HOME/bin
$HOME/dev_local/bin
@ -22,6 +23,7 @@ path=(
$HOME/.local/*/bin
$HOME/go/bin
$path)
setopt nonullglob
#export LD_LIBRARY_PATH=$HOME/dev_local/lib