summaryrefslogtreecommitdiffstats
path: root/.bash_logout
diff options
context:
space:
mode:
Diffstat (limited to '.bash_logout')
-rw-r--r--.bash_logout7
1 files changed, 7 insertions, 0 deletions
diff --git a/.bash_logout b/.bash_logout
new file mode 100644
index 0000000..9f314cb
--- /dev/null
+++ b/.bash_logout
@@ -0,0 +1,7 @@
+# ~/.bash_logout: executed by bash when login shell exits.
+
+# Clear the console after the last bash instance exits.
+
+if [ ${SHLVL} -eq 1 ]; then
+ [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
+fi