From 0822249b7e98e9351e0983cdc7c4a2165fc2437a Mon Sep 17 00:00:00 2001
From: Ryan Kavanagh <rak@debian.org>
Date: Tue, 5 Feb 2013 23:07:25 -0500
Subject: Drop -q option to clear in zlogout, drop unneeded zsh_logout

---
 .zsh_logout | 7 -------
 1 file changed, 7 deletions(-)
 delete mode 100644 .zsh_logout

(limited to '.zsh_logout')

diff --git a/.zsh_logout b/.zsh_logout
deleted file mode 100644
index de4f5f7..0000000
--- a/.zsh_logout
+++ /dev/null
@@ -1,7 +0,0 @@
-# ~/.bash_logout: executed by bash(1) when login shell exits.
-
-# when leaving the console clear the screen to increase privacy
-
-if [ "$SHLVL" = 1 ]; then
-    [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
-fi
-- 
cgit v1.2.3