Update 'custompkg/root/etc/skel/Library/profile.d/900.gpg-agent.sh'
look to nix for pinentry not homebrew
This commit is contained in:
parent
c17f016d68
commit
80ae2bea99
@ -13,7 +13,7 @@ if [[ ! -e $HOME/.gpg-agent-info ]]; then
|
|||||||
gpg-agent \
|
gpg-agent \
|
||||||
--enable-ssh-support \
|
--enable-ssh-support \
|
||||||
--daemon \
|
--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
|
2> /dev/null > $HOME/.gpg-agent-info
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user