From: Oleg Broytman Date: Sun, 5 Apr 2020 14:40:07 +0000 (+0300) Subject: .profile: Add `~/.local/bin` to `PATH` X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=95c6fd411d2c07565de22cb093306616b4ea8418 .profile: Add `~/.local/bin` to `PATH` --- diff --git a/.profile b/.profile index f222e80..66fe2fa 100644 --- a/.profile +++ b/.profile @@ -39,7 +39,7 @@ fi ### umask 022 is less restrictive, 077 more paranoid umask 077 -PATH="$HOME"/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin +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 # LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/lib export PATH MANPATH # LD_LIBRARY_PATH