From f2215ad1f0b88db120555bd24b017848307b5972 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 12 Jul 2018 12:02:07 +0200 Subject: [PATCH] local/bin/homeinit: Set up the diff GPG filter in pass --- .local/bin/homeinit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.local/bin/homeinit b/.local/bin/homeinit index d23e69f1..2f4a7cb7 100755 --- a/.local/bin/homeinit +++ b/.local/bin/homeinit @@ -54,6 +54,8 @@ if [ -d ~/.gnupg ]; then git -C ~/.password-store pull else git clone git@gitlab.com:Ambrevar/password-store ~/.password-store + ## The following is necessary to make sure the 'diff' GPG filter is properly set up. + pass git init fi else echo "~/.gnupg not found."