aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_logout
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-12-13 01:51:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2011-12-13 01:51:28 +1300
commit51609a362afdee1b6b49aaaaece3cfe1e459c920 (patch)
tree0175d8362ac14d1ea3a61906c92312bf8d907c74 /bash/bash_logout
parentNot using submodules anymore. (diff)
downloaddotfiles-51609a362afdee1b6b49aaaaece3cfe1e459c920.tar.gz
dotfiles-51609a362afdee1b6b49aaaaece3cfe1e459c920.zip
Versioning bash is just a bad idea I think.
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 de4f5f75..00000000
--- 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