diff options
Diffstat (limited to 'home/dot_config/yadm/hooks/executable_post_pull')
| -rw-r--r-- | home/dot_config/yadm/hooks/executable_post_pull | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/dot_config/yadm/hooks/executable_post_pull b/home/dot_config/yadm/hooks/executable_post_pull new file mode 100644 index 0000000..c40a06b --- /dev/null +++ b/home/dot_config/yadm/hooks/executable_post_pull @@ -0,0 +1,2 @@ +#!/bin/sh +[ -n "$GPG_ID_PASSWORD_STORE" ] && pass git pull |