From: Oleg Broytman Date: Wed, 10 Jul 2024 13:02:55 +0000 (+0300) Subject: .profile: Comment out `MANPATH` X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=7ea049a52a838b75a65bbc4fc2f69c90c1382670;p=dotfiles.git .profile: Comment out `MANPATH` Default is quite good. --- 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