From e092520108b05b5bc0a543a3032b96c49825d035 Mon Sep 17 00:00:00 2001 From: John Ankarstrom Date: Thu, 8 Jul 2021 22:32:58 +0200 Subject: .profile: Sort MANPATH like PATH --- home/john/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/john/.profile b/home/john/.profile index 2f145a6..727ed37 100644 --- a/home/john/.profile +++ b/home/john/.profile @@ -37,7 +37,7 @@ PATH=${PATH}:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin export PATH # Set the search path for man. -MANPATH=/usr/local/man:/usr/pkg/man:/usr/X11R7/man:/usr/share/man +MANPATH=/usr/X11R7/man:/usr/share/man:/usr/local/man:/usr/pkg/man export MANPATH # Configure the shell to load .shrc at startup time. -- cgit v1.2.3