]> git.phdru.name Git - dotfiles.git/blobdiff - .profile
.profile: Add `$SCREENDIR`
[dotfiles.git] / .profile
index cdf0a88a00af9c067d1582377ebd0d8c6b31f32c..4aa6cb369f8281cf816d9939fde30be034bfd56b 100644 (file)
--- a/.profile
+++ b/.profile
@@ -69,6 +69,10 @@ export ORGANIZATION # NNTPSERVER
 
 # 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
@@ -199,9 +203,17 @@ if [ -t 0 ] ; then
 
    unset name email
 
-   #if test -f .hushlogin && ! cmp -s .motd /etc/motd; then
-   #   tee $HOME/.motd < /etc/motd
+   #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"
+   #chmod 700 "$SCREENDIR"
 fi
 
 # No need to set DISPLAY - ssh sets DISPLAY and calls xauth