From 74c2f9821ca019b5f0143b738ece8f3039dada89 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sun, 29 Nov 2020 12:33:21 -0500 Subject: [PATCH] Fix yadm post_pull hopefully --- .config/yadm/hooks/post_pull | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/yadm/hooks/post_pull b/.config/yadm/hooks/post_pull index 2080a6d..33d8d5d 100755 --- a/.config/yadm/hooks/post_pull +++ b/.config/yadm/hooks/post_pull @@ -1,4 +1,4 @@ #!/usr/bin/zsh -exec reload_dotfiles +reload_dotfiles