aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarstrom <john@ankarstrom.se>2021-07-08 22:32:58 +0200
committerJohn Ankarstrom <john@ankarstrom.se>2021-07-08 22:32:58 +0200
commite092520108b05b5bc0a543a3032b96c49825d035 (patch)
tree4945b066fa840f2eb7d795802d727e73b6576a2a
parentf319803e12614086e4b39384d700a2ceaccb392e (diff)
downloadlbsd-e092520108b05b5bc0a543a3032b96c49825d035.tar.gz
.profile: Sort MANPATH like PATH
-rw-r--r--home/john/.profile2
1 files changed, 1 insertions, 1 deletions
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.