about summary refs log tree commit diff
path: root/bash/.bash_logout
diff options
context:
space:
mode:
authorRaphael McSinyx <vn.mcsinyx@gmail.com>2017-02-19 09:46:16 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2017-02-19 09:46:16 +0700
commit18ff4bcb029e49ef9ee1e41c8bafb8ca880c2d42 (patch)
treeb5629a4f59eac7545ef328b56a9e4ee6d38e3018 /bash/.bash_logout
parenta295db54fbe539abda4542195fa3b5781d13806d (diff)
downloaddotfiles-18ff4bcb029e49ef9ee1e41c8bafb8ca880c2d42.tar.gz
Update 20170219
Diffstat (limited to 'bash/.bash_logout')
-rw-r--r--bash/.bash_logout7
1 files changed, 0 insertions, 7 deletions
diff --git a/bash/.bash_logout b/bash/.bash_logout
deleted file mode 100644
index de4f5f7..0000000
--- a/bash/.bash_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