From 0cb94a1d49b3d3da988eb2f17d8f66528387caf1 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Wed, 1 May 2019 21:07:07 -0400 Subject: [PATCH] Added update to chmod ZDIR transient folder on init. --- zsh/makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/makefile b/zsh/makefile index cc3155a..98a51fd 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 + chmod 700 $(ZSH_DIR)/transient update: