Update 'custompkg/root/etc/skel/Library/profile.d/900.gpg-agent.sh'

look to nix for pinentry not homebrew
This commit is contained in:
Jeffrey Paul 2020-06-07 18:33:44 +00:00
parent c17f016d68
commit 80ae2bea99
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if [[ ! -e $HOME/.gpg-agent-info ]]; then
gpg-agent \
--enable-ssh-support \
--daemon \
--pinentry-program $(brew --prefix)/bin/pinentry-mac \
--pinentry-program $HOME/.nix-profile/Applications/pinentry-mac.app/Contents/MacOS/pinentry-mac \
2> /dev/null > $HOME/.gpg-agent-info
fi
fi