dotfiles/dot_local/share/private_proton-bridge/executable_run-proton-bridge.sh

15 lines
231 B
Bash
Raw Normal View History

2020-05-07 02:20:04 +00:00
#!/bin/bash
export THIS=$HOME/.local/share/proton-bridge
export PASSWORD_STORE_DIR=$THIS/pass
export GNUPGHOME=$THIS/gpg
echo $PASSWORD_STORE_DIR
pass ls
echo $GNUPGHOME
gpg --list-keys
exec $HOME/.local/bin/Desktop-Bridge $@