From 058c2c2448d20f6deb9f7ef44a9453c9a4d48591 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 29 Oct 2018 23:26:24 -0400 Subject: remove logout files this was never particularly useful --- Makefile | 2 -- bash_logout | 4 ---- sh/logout | 5 ----- zlogout | 4 ---- 4 files changed, 15 deletions(-) delete mode 100644 bash_logout delete mode 100644 sh/logout delete mode 100644 zlogout 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: -- cgit v1.2.3-54-g00ecf