aboutsummaryrefslogtreecommitdiff
path: root/n35-skeleton/root/.bash_logout
diff options
context:
space:
mode:
Diffstat (limited to 'n35-skeleton/root/.bash_logout')
-rw-r--r--n35-skeleton/root/.bash_logout7
1 files changed, 7 insertions, 0 deletions
diff --git a/n35-skeleton/root/.bash_logout b/n35-skeleton/root/.bash_logout
new file mode 100644
index 0000000..77ef1f9
--- /dev/null
+++ b/n35-skeleton/root/.bash_logout
@@ -0,0 +1,7 @@
+# ~/.bash_logout: executed by bash(1) when login shell exits.
+
+# when leaving the console clear the screen to increase privacy
+
+case "`tty`" in
+ /dev/tty[0-9]*) clear
+esac