From 48401656d9ce4aaf7971bcf28cc7e524115b04bb Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sun, 28 Aug 2022 23:42:08 -0400 Subject: [PATCH] Updates post_pool yadm hook --- .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 6cf4240..e256e1f 100755 --- a/.config/yadm/hooks/post_pull +++ b/.config/yadm/hooks/post_pull @@ -1,3 +1,3 @@ -#!/usr/bin/zsh +#!/usr/bin/env zsh echo "Run 'reload_dotfiles' to reload ZSH environment."