From 7ea049a52a838b75a65bbc4fc2f69c90c1382670 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 10 Jul 2024 16:02:55 +0300 Subject: [PATCH] .profile: Comment out `MANPATH` Default is quite good. --- .profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.profile b/.profile index 0976eb1..362b5b2 100644 --- a/.profile +++ b/.profile @@ -35,9 +35,9 @@ fi umask 077 PATH="$HOME"/bin:"$HOME"/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -MANPATH="$HOME"/man:/usr/local/man:/usr/share/man:/usr/man +# MANPATH="$HOME"/man:/usr/local/man:/usr/share/man:/usr/man # LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/lib -export PATH MANPATH # LD_LIBRARY_PATH +export PATH # MANPATH # LD_LIBRARY_PATH LANG=C #LC_ALL=C -- 2.39.5