summaryrefslogtreecommitdiffstats
path: root/sh
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-29 23:26:24 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-30 01:24:39 -0400
commit058c2c2448d20f6deb9f7ef44a9453c9a4d48591 (patch)
treeb1dae224ed9b48adec6ee0699d45f9332c44041e /sh
parent3cb67fd39f02049898c8cef72aab7b1d2a9f4de3 (diff)
downloadconf-058c2c2448d20f6deb9f7ef44a9453c9a4d48591.tar.gz
conf-058c2c2448d20f6deb9f7ef44a9453c9a4d48591.zip
remove logout files
this was never particularly useful
Diffstat (limited to 'sh')
-rw-r--r--sh/logout5
1 files changed, 0 insertions, 5 deletions
diff --git a/sh/logout b/sh/logout
deleted file mode 100644
index acf55d6..0000000
--- a/sh/logout
+++ /dev/null
@@ -1,5 +0,0 @@
-# This file is sourced when a login shell terminates.
-sudo -k
-clear
-
-# vim:ft=sh: