X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.profile;h=66fe2fa3fbf306f365d5452898b1d3e544e6e78d;hp=4de74a7be46c937956d5e276ed72945199c17581;hb=b6a66baa4b82f4cd5604b9f76f9848540f74026b;hpb=d06fbeb326fcb79a1ae26376ac8dfab12d76754d 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