diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-06 22:59:45 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-06 22:59:45 +0100 |
commit | 9d3e71cc0cf54f561ffc148df5d18b107b14d41c (patch) | |
tree | 2ec511ef8ee3ef2faef1c21b6c98a398edaa925e /.config/yadm/hooks | |
parent | e542206802c084b6b465500ac83110b1a5ece35b (diff) |
pull password store after yadm pull
Diffstat (limited to '.config/yadm/hooks')
-rwxr-xr-x | .config/yadm/hooks/post_pull | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/yadm/hooks/post_pull b/.config/yadm/hooks/post_pull new file mode 100755 index 0000000..c40a06b --- /dev/null +++ b/.config/yadm/hooks/post_pull @@ -0,0 +1,2 @@ +#!/bin/sh +[ -n "$GPG_ID_PASSWORD_STORE" ] && pass git pull |