summaryrefslogtreecommitdiffstats
path: root/fs/skeleton/root/.bash_logout
diff options
context:
space:
mode:
Diffstat (limited to 'fs/skeleton/root/.bash_logout')
-rw-r--r--fs/skeleton/root/.bash_logout7
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/skeleton/root/.bash_logout b/fs/skeleton/root/.bash_logout
deleted file mode 100644
index 77ef1f950..000000000
--- a/fs/skeleton/root/.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
-
-case "`tty`" in
- /dev/tty[0-9]*) clear
-esac