From 7660587a33c172777c7cffa04854b5ac91686940 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 20 Mar 2024 14:55:51 -0400 Subject: [PATCH] fixes permissions on zshenv file --- .gitignore | 3 +++ zsh/.zshenv | 0 2 files changed, 3 insertions(+) mode change 100644 => 100755 zsh/.zshenv diff --git a/.gitignore b/.gitignore index 044cdd6..42206fa 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ **/.netrwhist **/.zshrc-local facebook-bot/config/* +facebook-bot/config/* +**/tmp +ansible/tmp/* diff --git a/zsh/.zshenv b/zsh/.zshenv old mode 100644 new mode 100755