summaryrefslogtreecommitdiff
path: root/dotfiles/system/.bash_logout
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/system/.bash_logout')
-rw-r--r--dotfiles/system/.bash_logout6
1 files changed, 0 insertions, 6 deletions
diff --git a/dotfiles/system/.bash_logout b/dotfiles/system/.bash_logout
deleted file mode 100644
index 1e36d02..0000000
--- a/dotfiles/system/.bash_logout
+++ /dev/null
@@ -1,6 +0,0 @@
-# ~/.bash_logout: executed by bash(1) when login shell exits.
-
-# clear the screen to increase privacy when leaving the console
-if [ "$SHLVL" = 1 ]; then
- [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
-fi