From ba7321bd07136886d3d83009ed42edaf20a8a120 Mon Sep 17 00:00:00 2001 From: tfheen Date: Mon, 24 May 2004 13:56:33 +0000 Subject: [PATCH] handle devfs console names git-svn-id: file:///svn/tfheen/trunk/dotfiles@596 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- zlogout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zlogout b/zlogout index 936584c..bc095ab 100644 --- a/zlogout +++ b/zlogout @@ -3,5 +3,5 @@ # when leaving the console clear the screen to increase privacy case "`tty`" in - /dev/tty[0-9]) clear + /dev/tty[0-9]|/dev/vc/*) clear esac -- 2.39.5