]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/host/rc.rammstein
shell/env: Move shell functions to shell/functions.
[config/dotfiles.git] / zsh / host / rc.rammstein
index 90c8c582f24b6be1fc15c9d88fa0a1b28599c74e..6dba9482daa86accec5e95c8955de43a54a4835d 100644 (file)
@@ -20,10 +20,4 @@ MAIL=/var/mail/$USER
 # Check for new mails every ten seconds.
 MAILCHECK=10
 
-# Automatically reattach to an open screen session or start a new one.
-if [[ $TERM != 'screen' && $TERM != 'dumb' ]]; then
-    screen -RR
-    # Print current screen information after exiting screen.
-    clear
-    screen -list
-fi
+# vim: ft=zsh