commit 7a3f5b63f5d1dd085c07259bd1794533a3efafb1 parent cd07f1cf6bfd30e43d3833781085b6c9ce3e79b6 Author: Robert Russell <robert@rr3.xyz> Date: Mon, 27 Jul 2026 10:46:52 -0700 Fix manpath Diffstat:
| M | shell/.config/profile.d/10-manpath.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shell/.config/profile.d/10-manpath.sh b/shell/.config/profile.d/10-manpath.sh @@ -1,3 +1,3 @@ -append_path "$HOME"/.local/share/man +append_manpath "$HOME"/.local/share/man export MANPATH