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."