]> arthur.barton.de Git - ax-zsh.git/blobdiff - plugins/zsh-navigation-tools/zsh-navigation-tools.zprofile
Fix return codes of "zsh-navigation-tools" & "zsh-syntax-highlighting"
[ax-zsh.git] / plugins / zsh-navigation-tools / zsh-navigation-tools.zprofile
index 144ecf8729636e145a1e9d9bbe5dc9ce31c2fef6..210eb8b2c6f4213b87e4f5ccfff703f22a8304fc 100644 (file)
@@ -8,7 +8,8 @@ for dir (
        if [[ -d "$dir" ]]; then
                fpath+=($dir)
                unset dir
-               return
+               return 0
        fi
 done
 unset dir
+return 1