aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/bash_logout.dot.link
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-01 01:25:10 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-02-01 01:25:10 -0200
commit6b9187673ee62d11042832f938913f15131592a7 (patch)
tree9e70016667efe273a72ab351aafaddbdb099e123 /modules/profile/bash_logout.dot.link
parent25235935e6c90557a4d6791c8d8f3a5cdf89681a (diff)
downloadmetadot-6b9187673ee62d11042832f938913f15131592a7.tar.gz
metadot-6b9187673ee62d11042832f938913f15131592a7.tar.bz2
Adding metadot script
Diffstat (limited to 'modules/profile/bash_logout.dot.link')
-rw-r--r--modules/profile/bash_logout.dot.link7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/profile/bash_logout.dot.link b/modules/profile/bash_logout.dot.link
new file mode 100644
index 0000000..de4f5f7
--- /dev/null
+++ b/modules/profile/bash_logout.dot.link
@@ -0,0 +1,7 @@
+# ~/.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