To the very start of the interactive session.
# Interactive only commands
if [ -t 0 ] ; then
+ #if test -f .hushlogin && ! cmp -s .motd /etc/motd; then
+ # tee $HOME/.motd < /etc/motd
+ #fi
+
if [ -z "$TERM" ]; then
eval `tset -Q -s -m 'network:?xterm'`
fi
unset name email
- #if test -f .hushlogin && ! cmp -s .motd /etc/motd; then
- # tee $HOME/.motd < /etc/motd
- #fi
-
#if which pyenv >/dev/null 2>&1; then
# PYENV_ROOT="$HOME/.pyenv"
# export PYENV_ROOT