]> arthur.barton.de Git - ax-zsh.git/blobdiff - core/40_path/40_path.zprofile
"40_path": use "manpath -q" (quite mode)
[ax-zsh.git] / core / 40_path / 40_path.zprofile
index 45c18b4cc3319c90b59f49b2be57ac91331458f1..4421f80ce0f3779767d2145067474ac670c4e690 100644 (file)
@@ -15,7 +15,7 @@ for d (/opt/*/sbin /opt/*/bin(N)); do
 done
 
 # Set default MANPATH
-export MANPATH="$(manpath)" 2>/dev/null
+export MANPATH="$(manpath -q)" 2>/dev/null
 if [[ $? -ne 0 ]]; then
        MANPATH="/usr/share/man"
        for d (/usr/local/share/man /opt/*/man(N)); do