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