From 1c532913fdf69f49ec89fcd8d6571dde1b16a2c0 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Tue, 17 Sep 2019 21:12:24 -0400 Subject: [PATCH] Added zlogout --- zsh/makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/makefile b/zsh/makefile index d4f5146..a3582e4 100644 --- a/zsh/makefile +++ b/zsh/makefile @@ -18,6 +18,7 @@ endif $(mk_link) $(ZSH_DIR)/zlogin ~/.zlogin $(mk_link) $(ZSH_DIR)/zprofile ~/.zprofile $(mk_link) $(ZSH_DIR)/zshenv ~/.zshenv + $(mk_link) $(ZSH_DIR)/zlogout ~/.zlogout chmod 700 $(ZSH_DIR)/transient @@ -37,3 +38,4 @@ endif $(rm_link) ~/.zshrc $(rm_link) ~/.zsh $(rm_link) ~/.zshenv + $(mk_link) $(ZSH_DIR)/zlogout ~/.zlogout