X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.profile;h=66fe2fa3fbf306f365d5452898b1d3e544e6e78d;hb=a3ebe5ef2d716f8eba1e2e3663e0235a9dcc6413;hp=4de74a7be46c937956d5e276ed72945199c17581;hpb=d06fbeb326fcb79a1ae26376ac8dfab12d76754d;p=dotfiles.git diff --git a/.profile b/.profile index 4de74a7..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 @@ -226,9 +226,9 @@ if [ -t 0 ] ; then unset name email - if test -f .hushlogin && ! cmp -s .motd /etc/motd; then - tee $HOME/.motd < /etc/motd - fi + #if test -f .hushlogin && ! cmp -s .motd /etc/motd; then + # tee $HOME/.motd < /etc/motd + #fi fi # No need to set DISPLAY - ssh sets DISPLAY and calls xauth