You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
443 B
15 lines
443 B
# CHANGE the below GPG_EMAIL !!!!!!!! to your's
|
|
export XGPG_EMAIL="Bob@home.local"
|
|
# You might want a smaller pwd for site compatibility??
|
|
export XNEW_PASSWORD_SIZE=26
|
|
export XGPG_PASS_STORE=~/.password-store
|
|
export XGPG_APP="/usr/bin/gpg"
|
|
# Un-comment below if gpg is not in the: /usr/bin path!
|
|
#export XGPG_APP="$(which gpg)"
|
|
|
|
new-pwd() {
|
|
~/dotfiles/scripts/gpg/new-pwd.sh $@
|
|
}
|
|
new-mempass() {
|
|
~/dotfiles/scripts/gpg/new-mempass.sh $@
|
|
}
|
|
|