dotfiles/dot_local/share/private_proton-bridge/executable_run-proton-bridge.sh
2020-05-06 21:20:04 -05:00

14 lines
231 B
Bash

#!/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 $@