about summary refs log tree commit diff
path: root/debian/.bash_logout
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-10-18 11:28:50 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-10-18 11:28:50 +0700
commit82b783b648ae615f7f3f3eb45b41c7dabadf9511 (patch)
tree596559bd37b7e352cbd42228f02f444b4d5a0924 /debian/.bash_logout
parent0460b6676c99d076bd716ce1046ca3e08c166aed (diff)
downloaddotfiles-82b783b648ae615f7f3f3eb45b41c7dabadf9511.tar.gz
Update 2018-10-18
Diffstat (limited to 'debian/.bash_logout')
-rw-r--r--debian/.bash_logout7
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/.bash_logout b/debian/.bash_logout
deleted file mode 100644
index de4f5f7..0000000
--- a/debian/.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