From 451b6ab0e7c6ea1ec3cd980b53001eb8fd7a85b4 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 8 May 2009 14:43:23 +0200 Subject: [PATCH] host/rc.rammstein: Remove screen attachment. This is already handled by the main Zsh rc. --- zsh/host/rc.rammstein | 8 -------- 1 file changed, 8 deletions(-) diff --git a/zsh/host/rc.rammstein b/zsh/host/rc.rammstein index b5378f8..6dba948 100644 --- a/zsh/host/rc.rammstein +++ b/zsh/host/rc.rammstein @@ -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 -- 2.44.1