summaryrefslogtreecommitdiffstats
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
parent3cb67fd39f02049898c8cef72aab7b1d2a9f4de3 (diff)
downloadconf-058c2c2448d20f6deb9f7ef44a9453c9a4d48591.tar.gz
conf-058c2c2448d20f6deb9f7ef44a9453c9a4d48591.zip
remove logout files
this was never particularly useful
-rw-r--r--Makefile2
-rw-r--r--bash_logout4
-rw-r--r--sh/logout5
-rw-r--r--zlogout4
4 files changed, 0 insertions, 15 deletions
diff --git a/Makefile b/Makefile
index ffb4086..ab27587 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,6 @@ INSTALL := \
$(INSTALL) \
.abook/abookrc \
.agignore \
- .bash_logout \
.bash_profile \
.bashrc \
.crawlrc \
@@ -35,7 +34,6 @@ INSTALL := \
.tigrc \
.tmux.conf \
.vimrc \
- .zlogout \
.zshcomplete \
.zshinput \
.zshrc \
diff --git a/bash_logout b/bash_logout
deleted file mode 100644
index a8cb83a..0000000
--- a/bash_logout
+++ /dev/null
@@ -1,4 +0,0 @@
-# This file is sourced when a login shell terminates.
-source ~/.sh/logout
-
-# vim:ft=sh:
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:
diff --git a/zlogout b/zlogout
deleted file mode 100644
index 5a1ed91..0000000
--- a/zlogout
+++ /dev/null
@@ -1,4 +0,0 @@
-# This file is sourced when a login shell terminates.
-source ~/.sh/logout
-
-# vim:ft=zsh: