#!/usr/bin/env bash # Check: Pass store initialized # Returns 0 if pass store exists, 1 otherwise set -euo pipefail [[ -d "$HOME/.password-store" ]] && [[ -f "$HOME/.password-store/.gpg-id" ]]