From 53cb3a98fc5be524d6bdaaa7bf1e53e800534a09 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Fri, 21 Oct 2022 15:20:57 -0700 Subject: [PATCH] fish_apropos: manpath instead of man --path On macOS Ventura, `man` does not take --path --- share/functions/__fish_apropos.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/__fish_apropos.fish b/share/functions/__fish_apropos.fish index c93827237..4035abec6 100644 --- a/share/functions/__fish_apropos.fish +++ b/share/functions/__fish_apropos.fish @@ -40,7 +40,7 @@ if test $status -eq 0 -a (count $sysver) -eq 3 if test $age -ge $max_age test -d "$dir" || mkdir -m 700 -p $dir - /usr/libexec/makewhatis -o "$whatis" (man --path | string split :) >/dev/null 2>&1 /dev/null 2>&1