X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.profile;h=45b4a5686487f2e0558fbdc18e5db1ad525e728c;hb=cff73794dc6c92da033b4a0eb87ee9451373663f;hp=7e6ba5a93a2bdea01778c766baf3638e2fde149d;hpb=937ae2e975bfea1b4f09c6a2b58f225b33f515b3;p=dotfiles.git diff --git a/.profile b/.profile index 7e6ba5a..45b4a56 100644 --- a/.profile +++ b/.profile @@ -146,6 +146,9 @@ if [ -t 0 ] ; then MAILPATH="$MAILPATH:`echo $HOME/mail/lists/* | sed 's/ /:/g'`" fi export MAIL MAILPATH + if [ -n "$STY" -a "$WINDOW" != 0 ]; then + unset MAILCHECK + fi BROWSER="links2:links:elinks:w3m:lynx" case "$TERM" in @@ -203,13 +206,6 @@ if [ -t 0 ] ; then unset name email - #if which pyenv >/dev/null 2>&1; then - # PYENV_ROOT="$HOME/.pyenv" - # export PYENV_ROOT - # PATH="$PYENV_ROOT/bin:$PATH" - # eval "`pyenv init --path`" - #fi - #SCREENDIR="$HOME"/tmp/screen #export SCREENDIR #mkdir -p "$SCREENDIR"