summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: