don't throw unneeded error in zshplugin
This commit is contained in:
parent
19799d7b1e
commit
b0a094cbf7
1 changed files with 2 additions and 3 deletions
|
@ -43,7 +43,6 @@ function zshdir-encode {
|
||||||
echo dir${${1//${HOME}\//}//\//-SLASH-}
|
echo dir${${1//${HOME}\//}//\//-SLASH-}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function source-zshpathd {
|
function source-zshpathd {
|
||||||
setopt extended_glob
|
setopt extended_glob
|
||||||
|
|
||||||
|
@ -99,5 +98,5 @@ function source-zshpathd {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
source-zshcmdd || echo >&2 'issues loading zexists.d/cmd'
|
source-zshcmdd
|
||||||
source-zshpathd || echo >&2 'issues loading zexists.d/path'
|
source-zshpathd
|
||||||
|
|
Loading…
Reference in a new issue