X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.profile;h=a3981654b8335650b053d99b6a95d4c84c921f73;hp=2fd98f0219105c778ceaf0cbe52be446fd3fe5fd;hb=6d8fcbe56b488f473406ef26c0c7a3cc2a4f0ce1;hpb=f31430bb4189af8383ddbd4456ee0684c4174d75 diff --git a/.profile b/.profile index 2fd98f0..a398165 100644 --- a/.profile +++ b/.profile @@ -76,7 +76,7 @@ if [ -t 0 ] ; then esac PAGER=less - LESS="-gimq" + LESS="gimq" case "$LC_CTYPE" in *UTF-8) LESSCHARSET=utf-8 ;; @@ -85,7 +85,7 @@ if [ -t 0 ] ; then ;; esac #LESSCHARDEF=32c. - LESSEDIT='vim ?lm+%lm -- %f' + LESSEDIT='vim ?lt+%lt. -- %f' export PAGER LESS LESSCHARSET LESSEDIT # LESSCHARDEF EDITOR="$HOME"/.vim/vim.sh @@ -177,6 +177,10 @@ if [ -t 0 ] ; then export HGUSER unset name email + + 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