]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
host/rc.rammstein: Remove screen attachment.
authorSimon Ruderich <simon@ruderich.org>
Fri, 8 May 2009 12:43:23 +0000 (14:43 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 8 May 2009 12:43:23 +0000 (14:43 +0200)
This is already handled by the main Zsh rc.

zsh/host/rc.rammstein

index b5378f8e6120033910bcc732c65cf47e099a9567..6dba9482daa86accec5e95c8955de43a54a4835d 100644 (file)
@@ -20,12 +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